[postgis-tickets] r16590 - Trailing blank

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


Author: algunenano
Date: 2018-05-23 02:40:23 -0700 (Wed, 23 May 2018)
New Revision: 16590

Modified:
   branches/2.4/liblwgeom/measures.c
Log:
Trailing blank


Modified: branches/2.4/liblwgeom/measures.c
===================================================================
--- branches/2.4/liblwgeom/measures.c	2018-05-23 09:33:47 UTC (rev 16589)
+++ branches/2.4/liblwgeom/measures.c	2018-05-23 09:40:23 UTC (rev 16590)
@@ -2060,7 +2060,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