fetch_pack(): reindent function decl and defn
[gitweb.git] / fetch-pack.h
index 7c2069c97234453cb6a0a774c1859b7055b791d8..1dbe90fa43c5aef507e9f61cbc6670afb40471df 100644 (file)
@@ -18,11 +18,11 @@ struct fetch_pack_args {
 };
 
 struct ref *fetch_pack(struct fetch_pack_args *args,
-               int fd[], struct child_process *conn,
-               const struct ref *ref,
-               const char *dest,
-               int nr_heads,
-               char **heads,
-               char **pack_lockfile);
+                      int fd[], struct child_process *conn,
+                      const struct ref *ref,
+                      const char *dest,
+                      int nr_heads,
+                      char **heads,
+                      char **pack_lockfile);
 
 #endif