Skip to content

Commit de55703

Browse files
committed
Merge branch 'dc/fmt-merge-msg-microcleanup' into maint
Code cleanup. * dc/fmt-merge-msg-microcleanup: fmt-merge-msg: fix coding style
2 parents b55b936 + edd64ef commit de55703

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)