Browse Source

format

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42279 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 years ago
parent
commit
021f34879d
1 changed files with 4 additions and 5 deletions
  1. 4 5
      lib/vector/Vlib/write.c

+ 4 - 5
lib/vector/Vlib/write.c

@@ -141,8 +141,8 @@ static int (*Vect_restore_line_array[][3]) () = {
    \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 @@ Vect_write_line(struct Map_info *Map,
    \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;