diff options
| -rw-r--r-- | builtin/gc.c | 6 |
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; |
