Skip to content

Commit

Permalink
Merge branch 'dc/fmt-merge-msg-microcleanup'
Browse files Browse the repository at this point in the history
Code cleanup.

* dc/fmt-merge-msg-microcleanup:
  fmt-merge-msg: fix coding style
  • Loading branch information
gitster committed Aug 11, 2017
2 parents 4c244c2 + edd64ef commit a449130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builtin/fmt-merge-msg.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,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 = "";

Expand Down

0 comments on commit a449130

Please sign in to comment.