]> git.ipfire.org Git - thirdparty/git.git/commitdiff
builtin/gc: fix indentation of `cmd_gc()` parameters
authorPatrick Steinhardt <ps@pks.im>
Wed, 7 May 2025 07:21:37 +0000 (09:21 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 7 May 2025 17:50:13 +0000 (10:50 -0700)
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>
builtin/gc.c

index a5b86bbf168a70938dac3ffb238a113c1bbe2871..d24cc7105b074d861dcddf34135e88cfee412318 100644 (file)
@@ -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;