summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5c759f9)
raw | patch | inline | side by side (parent: 5c759f9)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sun, 29 Jul 2007 23:24:38 +0000 (00:24 +0100) | ||
committer | Junio 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>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
setup.c | patch | blob | history |
index 7b07144af7b0ea96eb2fcd65098331768e46ca3b..b54d65fd07a3fcd409072dc12fcdd5322b5442a9 100644 (file)
--- a/setup.c
+++ b/setup.c
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)