aboutsummaryrefslogtreecommitdiffstats
path: root/remote-curl.c
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2020-05-18 11:47:19 -0400
committerJunio C Hamano <gitster@pobox.com>2020-05-18 11:35:06 -0700
commit04cc91abcbeea60f0ef25c041b412480cd2b1afe (patch)
treef50b87def776a96a58d66db946a178a3376d70dd /remote-curl.c
parent51ca7f89f8de97388e4f7997ba07b71dffdb9178 (diff)
downloadgit-04cc91abcbeea60f0ef25c041b412480cd2b1afe.tar.gz
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 <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote-curl.c')
-rw-r--r--remote-curl.c2
1 files changed, 1 insertions, 1 deletions
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);
}