[geos-commits] r3550 - trunk/include/geos/operation/overlay

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Dec 15 06:34:57 EST 2011


Author: strk
Date: 2011-12-15 03:34:57 -0800 (Thu, 15 Dec 2011)
New Revision: 3550

Modified:
   trunk/include/geos/operation/overlay/OverlayOp.h
Log:
indent

Modified: trunk/include/geos/operation/overlay/OverlayOp.h
===================================================================
--- trunk/include/geos/operation/overlay/OverlayOp.h	2011-12-15 10:58:11 UTC (rev 3549)
+++ trunk/include/geos/operation/overlay/OverlayOp.h	2011-12-15 11:34:57 UTC (rev 3550)
@@ -343,8 +343,8 @@
         {}
 
         geom::Geometry* operator() (const geom::Geometry* g0,
-			const geom::Geometry* g1)
-	{
+                                    const geom::Geometry* g1)
+        {
                 return OverlayOp::overlayOp(g0, g1, opCode);
         }
 



More information about the geos-commits mailing list