Skip to content

Commit edd64ef

Browse files
dchristidisgitster
authored andcommitted
fmt-merge-msg: fix coding style
Align argument list and place opening brace on its own line. Signed-off-by: Dimitrios Christidis <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 95d6787 commit edd64ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: builtin/fmt-merge-msg.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,8 @@ static void shortlog(const char *name,
407407
}
408408

409409
static void fmt_merge_msg_title(struct strbuf *out,
410-
const char *current_branch) {
410+
const char *current_branch)
411+
{
411412
int i = 0;
412413
char *sep = "";
413414

0 commit comments

Comments
 (0)