]> git.ipfire.org Git - thirdparty/git.git/blobdiff - setup.c
Style: place opening brace of a function definition at column 1
[thirdparty/git.git] / setup.c
diff --git a/setup.c b/setup.c
index df006d9c4a674b224f36318742ef01b339d797b3..1e2c55d0767dfc1122e0c6716f9148bd10be22ab 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -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))