Style: place opening brace of a function definition at column 1

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2007-11-08 15:35:32 -08:00
parent 5c355059c3
commit f3fa183802
8 changed files with 20 additions and 10 deletions

View File

@ -206,7 +206,8 @@ static const char *set_work_tree(const char *dir)
return NULL;
}
void setup_work_tree(void) {
void setup_work_tree(void)
{
const char *work_tree = get_git_work_tree();
const char *git_dir = get_git_dir();
if (!is_absolute_path(git_dir))