Merge branch 'nd/style-opening-brace'

Code clean-up.

* nd/style-opening-brace:
  style: the opening '{' of a function is in a separate line
This commit is contained in:
Junio C Hamano
2019-01-18 13:49:52 -08:00
15 changed files with 35 additions and 17 deletions

3
git.c
View File

@ -98,7 +98,8 @@ static int list_cmds(const char *spec)
return 0;
}
static void commit_pager_choice(void) {
static void commit_pager_choice(void)
{
switch (use_pager) {
case 0:
setenv("GIT_PAGER", "cat", 1);