mirror of
https://github.com/git/git.git
synced 2026-01-10 18:20:27 +00:00
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:
committed by
Junio C Hamano
parent
f65182a99e
commit
58f62837fb
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user