fmt-merge-msg: fix coding style

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>
This commit is contained in:
Dimitrios Christidis 2017-07-25 15:06:06 +02:00 committed by Junio C Hamano
parent 95d6787973
commit edd64ef4f7

View file

@ -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 = "";