[GRASS-SVN] r43313 - grass/trunk/vector/v.in.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Aug 27 14:20:06 EDT 2010


Author: mmetz
Date: 2010-08-27 18:20:06 +0000 (Fri, 27 Aug 2010)
New Revision: 43313

Modified:
   grass/trunk/vector/v.in.ogr/geom.c
Log:
fix indent bug

Modified: grass/trunk/vector/v.in.ogr/geom.c
===================================================================
--- grass/trunk/vector/v.in.ogr/geom.c	2010-08-27 18:10:24 UTC (rev 43312)
+++ grass/trunk/vector/v.in.ogr/geom.c	2010-08-27 18:20:06 UTC (rev 43313)
@@ -118,7 +118,6 @@
 	/* Find centroids */
 	if (Points->n_points >= 4) {
 	    int centr, in;
-
 	    double x, y;
 
 	    Vect_line_box(Points, &box);



More information about the grass-commit mailing list