浏览代码

format

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@42279 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 15 年之前
父节点
当前提交
021f34879d
共有 1 个文件被更改,包括 4 次插入5 次删除
  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;