Merge branch 'dc/fmt-merge-msg-microcleanup'

Code cleanup.

* dc/fmt-merge-msg-microcleanup:
  fmt-merge-msg: fix coding style
This commit is contained in:
Junio C Hamano 2017-08-11 13:27:05 -07:00
commit a449130a00

View file

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