Skip to content

Commit 58f6283

Browse files
pks-tgitster
authored andcommitted
builtin/gc: fix indentation of cmd_gc() parameters
The parameters of `cmd_gc()` aren't indented properly. Fix this. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f65182a commit 58f6283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builtin/gc.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -728,9 +728,9 @@ static void gc_before_repack(struct maintenance_run_opts *opts,
728728
}
729729

730730
int cmd_gc(int argc,
731-
const char **argv,
732-
const char *prefix,
733-
struct repository *repo UNUSED)
731+
const char **argv,
732+
const char *prefix,
733+
struct repository *repo UNUSED)
734734
{
735735
int aggressive = 0;
736736
int quiet = 0;

0 commit comments

Comments
 (0)