[PATCH v4 2/5] format-patch: fix indentation
From: Denton Liu <hidden>
Date: 2019-12-04 21:25:02
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Denton Liu <hidden>
Date: 2019-12-04 21:25:02
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Denton Liu <redacted> --- builtin/log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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; }
--
2.24.0.578.g4820254054