Skip to content

Commit

Permalink
remote-curl: remove label indentation
Browse files Browse the repository at this point in the history
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 <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Denton-L authored and gitster committed May 18, 2020
1 parent 51ca7f8 commit 04cc91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote-curl.c
Expand Up @@ -1276,7 +1276,7 @@ static void parse_push(struct strbuf *buf)
if (ret)
exit(128); /* error already reported */

free_specs:
free_specs:
argv_array_clear(&specs);
}

Expand Down

0 comments on commit 04cc91a

Please sign in to comment.