Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
fmt-merge-msg: fix coding style
author
Dimitrios Christidis
<dimitrios@christidis.me>
Tue, 25 Jul 2017 13:06:06 +0000
(15:06 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 25 Jul 2017 19:11:18 +0000
(12:11 -0700)
Align argument list and place opening brace on its own line.
Signed-off-by: Dimitrios Christidis <dimitrios@christidis.me>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fmt-merge-msg.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
95d6787
)
diff --git
a/builtin/fmt-merge-msg.c
b/builtin/fmt-merge-msg.c
index efab62fd85e314ccb6ec5becedead91823d03dde..f7e2ff31c09694ac68ffc89efb7f3a92dba1447c 100644
(file)
--- a/
builtin/fmt-merge-msg.c
+++ b/
builtin/fmt-merge-msg.c
@@
-407,7
+407,8
@@
static void shortlog(const char *name,
}
static void fmt_merge_msg_title(struct strbuf *out,
- const char *current_branch) {
+ const char *current_branch)
+{
int i = 0;
char *sep = "";