Skip to content

Commit 63c6945

Browse files
mhaggergitster
authored andcommitted
fetch_pack(): reindent function decl and defn
Signed-off-by: Michael Haggerty <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 07c19e7 commit 63c6945

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

builtin/fetch-pack.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,10 +1082,10 @@ static int compare_heads(const void *a, const void *b)
10821082
struct ref *fetch_pack(struct fetch_pack_args *my_args,
10831083
int fd[], struct child_process *conn,
10841084
const struct ref *ref,
1085-
const char *dest,
1086-
int nr_heads,
1087-
char **heads,
1088-
char **pack_lockfile)
1085+
const char *dest,
1086+
int nr_heads,
1087+
char **heads,
1088+
char **pack_lockfile)
10891089
{
10901090
struct stat st;
10911091
struct ref *ref_cpy;

fetch-pack.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ struct fetch_pack_args {
1818
};
1919

2020
struct ref *fetch_pack(struct fetch_pack_args *args,
21-
int fd[], struct child_process *conn,
22-
const struct ref *ref,
23-
const char *dest,
24-
int nr_heads,
25-
char **heads,
26-
char **pack_lockfile);
21+
int fd[], struct child_process *conn,
22+
const struct ref *ref,
23+
const char *dest,
24+
int nr_heads,
25+
char **heads,
26+
char **pack_lockfile);
2727

2828
#endif

0 commit comments

Comments
 (0)