From: Denton Liu Date: Mon, 18 May 2020 15:47:19 +0000 (-0400) Subject: remote-curl: remove label indentation X-Git-Tag: v2.28.0-rc0~67^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04cc91abcbeea60f0ef25c041b412480cd2b1afe;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/remote-curl.c b/remote-curl.c index 6844708f38..da3e07184a 100644 --- a/remote-curl.c +++ b/remote-curl.c @@ -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); }