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

Code cleanup.

* dc/fmt-merge-msg-microcleanup:
  fmt-merge-msg: fix coding style
This commit is contained in:
Junio C Hamano 2017-08-23 14:33:52 -07:00
Родитель b55b936038 edd64ef4f7
Коммит de55703672
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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