зеркало из https://github.com/microsoft/git.git
fmt-merge-msg: fix coding style
Align argument list and place opening brace on its own line. Signed-off-by: Dimitrios Christidis <dimitrios@christidis.me> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
95d6787973
Коммит
edd64ef4f7
|
@ -407,7 +407,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 = "";
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче