Skip to content

Commit ad42f28

Browse files
peffgitster
authored andcommitted
cat-file: minor style fix in options list
We do not put extra whitespace before the first macro argument. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b4d6280 commit ad42f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/cat-file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ int cmd_cat_file(int argc, const char **argv, const char *prefix)
412412
OPT_CMDMODE('p', NULL, &opt, N_("pretty-print object's content"), 'p'),
413413
OPT_CMDMODE(0, "textconv", &opt,
414414
N_("for blob objects, run textconv on object's content"), 'c'),
415-
OPT_BOOL( 0, "allow-unknown-type", &unknown_type,
415+
OPT_BOOL(0, "allow-unknown-type", &unknown_type,
416416
N_("allow -s and -t to work with broken/corrupt objects")),
417417
{ OPTION_CALLBACK, 0, "batch", &batch, "format",
418418
N_("show info and content of objects fed from the standard input"),

0 commit comments

Comments
 (0)