fetch_pack(): reindent function decl and defn
[gitweb.git] / builtin / fetch-pack.c
index fdda36f1497eaa971e81cc1df0fb21ada6d21120..30990c0a8314d0f1d5e6346550ce3cc9e3224656 100644 (file)
@@ -1082,10 +1082,10 @@ static int compare_heads(const void *a, const void *b)
 struct ref *fetch_pack(struct fetch_pack_args *my_args,
                       int fd[], struct child_process *conn,
                       const struct ref *ref,
-               const char *dest,
-               int nr_heads,
-               char **heads,
-               char **pack_lockfile)
+                      const char *dest,
+                      int nr_heads,
+                      char **heads,
+                      char **pack_lockfile)
 {
        struct stat st;
        struct ref *ref_cpy;