[GRASS-SVN] r42279 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 18 02:56:05 EDT 2010


Author: mmetz
Date: 2010-05-18 02:56:03 -0400 (Tue, 18 May 2010)
New Revision: 42279

Modified:
   grass/trunk/lib/vector/Vlib/write.c
Log:
format

Modified: grass/trunk/lib/vector/Vlib/write.c
===================================================================
--- grass/trunk/lib/vector/Vlib/write.c	2010-05-18 01:10:38 UTC (rev 42278)
+++ grass/trunk/lib/vector/Vlib/write.c	2010-05-18 06:56:03 UTC (rev 42279)
@@ -141,8 +141,8 @@
    \return offset into file where the feature starts (level 1)
  */
 off_t
-Vect_write_line(struct Map_info *Map,
-		int type, const struct line_pnts *points, const struct line_cats *cats)
+Vect_write_line(struct Map_info *Map, int type,
+		const struct line_pnts *points, const struct line_cats *cats)
 {
     off_t offset;
 
@@ -189,9 +189,8 @@
    \return -1 on error
  */
 off_t
-Vect_rewrite_line(struct Map_info *Map,
-		  int line,
-		  int type, const struct line_pnts *points, const struct line_cats *cats)
+Vect_rewrite_line(struct Map_info *Map, int line, int type,
+              const struct line_pnts *points, const struct line_cats *cats)
 {
     off_t ret, offset;
 



More information about the grass-commit mailing list