Skip to content

Commit a449130

Browse files
committed
Merge branch 'dc/fmt-merge-msg-microcleanup'
Code cleanup. * dc/fmt-merge-msg-microcleanup: fmt-merge-msg: fix coding style
2 parents 4c244c2 + edd64ef commit a449130

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builtin/fmt-merge-msg.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ static void shortlog(const char *name,
408408
}
409409

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

0 commit comments

Comments
 (0)