diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-12-04 13:24:55 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-05 06:06:18 -0800 |
commit | a749d01e1d9a91b96b00f4eee411c20e20e662b5 (patch) | |
tree | 275eb892cc7a66f3cf29aee30176f249199cd71c | |
parent | t3400: demonstrate failure with format.useAutoBase (diff) | |
download | tgif-a749d01e1d9a91b96b00f4eee411c20e20e662b5.tar.xz |
format-patch: fix indentation
Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | builtin/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/log.c b/builtin/log.c index a26f223ab4..9c44682f61 100644 --- a/builtin/log.c +++ b/builtin/log.c @@ -1350,7 +1350,7 @@ static int header_callback(const struct option *opt, const char *arg, int unset) string_list_clear(&extra_to, 0); string_list_clear(&extra_cc, 0); } else { - add_header(arg); + add_header(arg); } return 0; } |