]> git.ipfire.org Git - thirdparty/git.git/commitdiff
white space fixes in setup.c
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sun, 29 Jul 2007 23:24:38 +0000 (00:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jul 2007 19:24:54 +0000 (12:24 -0700)
Some lines were not indented by tabs but by spaces.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
setup.c

diff --git a/setup.c b/setup.c
index 7b07144af7b0ea96eb2fcd65098331768e46ca3b..b54d65fd07a3fcd409072dc12fcdd5322b5442a9 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -382,11 +382,11 @@ int git_config_perm(const char *var, const char *value)
 
 int check_repository_format_version(const char *var, const char *value)
 {
-       if (strcmp(var, "core.repositoryformatversion") == 0)
-               repository_format_version = git_config_int(var, value);
+       if (strcmp(var, "core.repositoryformatversion") == 0)
+               repository_format_version = git_config_int(var, value);
        else if (strcmp(var, "core.sharedrepository") == 0)
                shared_repository = git_config_perm(var, value);
-       return 0;
+       return 0;
 }
 
 int check_repository_format(void)