[postgis-tickets] r15670 - Style only: remove trailing blanks

Sandro Santilli strk at kbt.io
Fri Sep 8 14:46:10 PDT 2017


Author: strk
Date: 2017-09-08 14:46:10 -0700 (Fri, 08 Sep 2017)
New Revision: 15670

Modified:
   trunk/liblwgeom/lwgeom_api.c
   trunk/liblwgeom/lwpoint.c
Log:
Style only: remove trailing blanks

Modified: trunk/liblwgeom/lwgeom_api.c
===================================================================
--- trunk/liblwgeom/lwgeom_api.c	2017-09-08 21:34:54 UTC (rev 15669)
+++ trunk/liblwgeom/lwgeom_api.c	2017-09-08 21:46:10 UTC (rev 15670)
@@ -243,7 +243,7 @@
 	uint8_t *ptr;
 	int zmflag;
 
-	if ( ! pa ) 
+	if ( ! pa )
 	{
 		lwerror("%s [%d] NULL POINTARRAY input", __FILE__, __LINE__);
 		return 0;
@@ -334,7 +334,7 @@
 {
 	uint8_t *ptr;
 
-	if ( ! pa ) 
+	if ( ! pa )
 	{
 		lwerror("%s [%d] NULL POINTARRAY input", __FILE__, __LINE__);
 		return 0;
@@ -387,7 +387,7 @@
 	uint8_t *ptr;
 	int zmflag;
 
-	if ( ! pa ) 
+	if ( ! pa )
 	{
 		lwerror("%s [%d] NULL POINTARRAY input", __FILE__, __LINE__);
 		return 0;
@@ -465,7 +465,7 @@
 int
 getPoint2d_p(const POINTARRAY *pa, int n, POINT2D *point)
 {
-	if ( ! pa ) 
+	if ( ! pa )
 	{
 		lwerror("%s [%d] NULL POINTARRAY input", __FILE__, __LINE__);
 		return 0;

Modified: trunk/liblwgeom/lwpoint.c
===================================================================
--- trunk/liblwgeom/lwpoint.c	2017-09-08 21:34:54 UTC (rev 15669)
+++ trunk/liblwgeom/lwpoint.c	2017-09-08 21:46:10 UTC (rev 15670)
@@ -195,7 +195,7 @@
 void lwpoint_free(LWPOINT *pt)
 {
 	if ( ! pt ) return;
-	
+
 	if ( pt->bbox )
 		lwfree(pt->bbox);
 	if ( pt->point )
@@ -254,7 +254,7 @@
 {
 	POINTARRAY *pdims = NULL;
 	LWPOINT *pointout;
-	
+
 	/* Return 2D empty */
 	if( lwpoint_is_empty(point) )
 	{



More information about the postgis-tickets mailing list