Skip to content

Commit a749d01

Browse files
Denton-Lgitster
authored andcommitted
format-patch: fix indentation
Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0c47e06 commit a749d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/log.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ static int header_callback(const struct option *opt, const char *arg, int unset)
13501350
string_list_clear(&extra_to, 0);
13511351
string_list_clear(&extra_cc, 0);
13521352
} else {
1353-
add_header(arg);
1353+
add_header(arg);
13541354
}
13551355
return 0;
13561356
}

0 commit comments

Comments
 (0)