[geos-commits] r2195 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Sep 29 15:24:07 EDT 2008


Author: pramsey
Date: 2008-09-29 15:24:06 -0400 (Mon, 29 Sep 2008)
New Revision: 2195

Modified:
   trunk/capi/geos_c.cpp
Log:
Put function sig on one line


Modified: trunk/capi/geos_c.cpp
===================================================================
--- trunk/capi/geos_c.cpp	2008-09-23 23:01:00 UTC (rev 2194)
+++ trunk/capi/geos_c.cpp	2008-09-29 19:24:06 UTC (rev 2195)
@@ -1775,8 +1775,7 @@
 }
 
 Geometry *
-GEOSGeom_createPolygon(Geometry *shell, Geometry **holes, 
-	unsigned int nholes)
+GEOSGeom_createPolygon(Geometry *shell, Geometry **holes, unsigned int nholes)
 {
         using geos::geom::LinearRing;
 	try



More information about the geos-commits mailing list