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>
This commit is contained in:
Patrick Steinhardt
2025-05-07 09:21:37 +02:00
committed by Junio C Hamano
parent f65182a99e
commit 58f62837fb

View 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;