Skip to content

Commit 04cc91a

Browse files
Denton-Lgitster
authored andcommitted
remote-curl: remove label indentation
In the codebase, labels are aligned to the leftmost column. Remove the space-indentation from `free_specs:` to conform to this. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 51ca7f8 commit 04cc91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote-curl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ static void parse_push(struct strbuf *buf)
12761276
if (ret)
12771277
exit(128); /* error already reported */
12781278

1279-
free_specs:
1279+
free_specs:
12801280
argv_array_clear(&specs);
12811281
}
12821282

0 commit comments

Comments
 (0)