Skip to content

Commit 2cfe2a7

Browse files
pcloudsgitster
authored andcommitted
gc: style change -- no SP before closing parenthesis
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3b8925c commit 2cfe2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/gc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ int cmd_gc(int argc, const char **argv, const char *prefix)
287287
argv_array_pushl(&pack_refs_cmd, "pack-refs", "--all", "--prune", NULL);
288288
argv_array_pushl(&reflog, "reflog", "expire", "--all", NULL);
289289
argv_array_pushl(&repack, "repack", "-d", "-l", NULL);
290-
argv_array_pushl(&prune, "prune", "--expire", NULL );
290+
argv_array_pushl(&prune, "prune", "--expire", NULL);
291291
argv_array_pushl(&rerere, "rerere", "gc", NULL);
292292

293293
gc_config();

0 commit comments

Comments
 (0)