aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/gc.c
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2025-05-07 09:21:37 +0200
committerJunio C Hamano <gitster@pobox.com>2025-05-07 10:50:13 -0700
commit58f62837fb42fe602ceaea50f4666d98e278acbe (patch)
tree9abbd5b90142be69d535299981b77e3817e11ac1 /builtin/gc.c
parentf65182a99e545d2f2bc22e6c1c2da192133b16a3 (diff)
downloadgit-58f62837fb42fe602ceaea50f4666d98e278acbe.tar.gz
builtin/gc: fix indentation of `cmd_gc()` parameters
The parameters of `cmd_gc()` aren't indented properly. Fix this. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/gc.c')
-rw-r--r--builtin/gc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/builtin/gc.c b/builtin/gc.c
index a5b86bbf16..d24cc7105b 100644
--- a/builtin/gc.c
+++ b/builtin/gc.c
@@ -728,9 +728,9 @@ static void gc_before_repack(struct maintenance_run_opts *opts,
}
int cmd_gc(int argc,
-const char **argv,
-const char *prefix,
-struct repository *repo UNUSED)
+ const char **argv,
+ const char *prefix,
+ struct repository *repo UNUSED)
{
int aggressive = 0;
int quiet = 0;