[postgis-tickets] r17249 - Trailing whitespace

Raul raul at rmr.ninja
Tue Feb 12 02:46:57 PST 2019


Author: algunenano
Date: 2019-02-12 02:46:57 -0800 (Tue, 12 Feb 2019)
New Revision: 17249

Modified:
   trunk/liblwgeom/lwgeom_geos.c
Log:
Trailing whitespace 



Modified: trunk/liblwgeom/lwgeom_geos.c
===================================================================
--- trunk/liblwgeom/lwgeom_geos.c	2019-02-12 10:32:15 UTC (rev 17248)
+++ trunk/liblwgeom/lwgeom_geos.c	2019-02-12 10:46:57 UTC (rev 17249)
@@ -1484,7 +1484,7 @@
 	 * http://lin-ear-th-inking.blogspot.ca/2010/05/more-random-points-in-jts.html to try and get a more uniform
 	 * "random" set of points. So we have to figure out how to stick a grid into our box */
 	sample_sqrt = lround(sqrt(sample_npoints));
-	if (sample_sqrt == 0) 
+	if (sample_sqrt == 0)
 		sample_sqrt = 1;
 
 	/* Calculate the grids we're going to randomize within */



More information about the postgis-tickets mailing list