[postgis-tickets] r16589 - Remove trailing blank

Raul raul at rmr.ninja
Wed May 23 02:33:47 PDT 2018


Author: algunenano
Date: 2018-05-23 02:33:47 -0700 (Wed, 23 May 2018)
New Revision: 16589

Modified:
   trunk/liblwgeom/measures.c
Log:
Remove trailing blank


Modified: trunk/liblwgeom/measures.c
===================================================================
--- trunk/liblwgeom/measures.c	2018-05-23 09:30:54 UTC (rev 16588)
+++ trunk/liblwgeom/measures.c	2018-05-23 09:33:47 UTC (rev 16589)
@@ -2061,7 +2061,7 @@
 {
 	LISTSTRUCT *ia = (LISTSTRUCT*)a;
 	LISTSTRUCT *ib = (LISTSTRUCT*)b;
-	return 
+	return
 		(ia->themeasure > ib->themeasure) ? 1 : ((ia->themeasure < ib->themeasure) ? -1 : 0);
 }
 



More information about the postgis-tickets mailing list