[GRASS-SVN] r55642 - grass/trunk/vector/v.in.dxf

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 6 02:58:25 PDT 2013


Author: hcho
Date: 2013-04-06 02:58:25 -0700 (Sat, 06 Apr 2013)
New Revision: 55642

Modified:
   grass/trunk/vector/v.in.dxf/dxf_to_vect.c
Log:
Removed an empty line

Modified: grass/trunk/vector/v.in.dxf/dxf_to_vect.c
===================================================================
--- grass/trunk/vector/v.in.dxf/dxf_to_vect.c	2013-04-06 09:54:31 UTC (rev 55641)
+++ grass/trunk/vector/v.in.dxf/dxf_to_vect.c	2013-04-06 09:58:25 UTC (rev 55642)
@@ -16,7 +16,6 @@
 int dxf_to_vect(struct dxf_file *dxf, struct Map_info *Map)
 {
     int code;
-
     int bounds = 0;
 
     if (dxf_find_header(dxf)) {



More information about the grass-commit mailing list