[geos-commits] r4260 - trunk/include/geos/operation/overlay/snap

Sandro Santilli strk at kbt.io
Tue Oct 4 00:04:23 PDT 2016


Author: strk
Date: 2016-10-04 00:04:22 -0700 (Tue, 04 Oct 2016)
New Revision: 4260

Modified:
   trunk/include/geos/operation/overlay/snap/LineStringSnapper.h
Log:
Remove more trailing blanks

Modified: trunk/include/geos/operation/overlay/snap/LineStringSnapper.h
===================================================================
--- trunk/include/geos/operation/overlay/snap/LineStringSnapper.h	2016-10-04 06:59:04 UTC (rev 4259)
+++ trunk/include/geos/operation/overlay/snap/LineStringSnapper.h	2016-10-04 07:04:22 UTC (rev 4260)
@@ -8,7 +8,7 @@
  *
  * This is free software; you can redistribute and/or modify it under
  * the terms of the GNU Lesser General Public Licence as published
- * by the Free Software Foundation. 
+ * by the Free Software Foundation.
  * See the COPYING file for more information.
  *
  ***********************************************************************
@@ -28,7 +28,7 @@
 
 // Forward declarations
 namespace geos {
-	namespace geom { 
+	namespace geom {
 		//class PrecisionModel;
 		//class CoordinateSequence;
 		class CoordinateList;
@@ -102,7 +102,7 @@
    * Source segments are "cracked" at a snap vertex.
    * A single input segment may be snapped several times
    * to different snap vertices.
-   * 
+   *
    * For each distinct snap vertex, at most one source segment
    * is snapped to.  This prevents "cracking" multiple segments
    * at the same point, which would likely cause



More information about the geos-commits mailing list