From 299726d53841984450524f4ade428112e51c853e Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 30 Jul 2007 00:24:38 +0100 Subject: white space fixes in setup.c Some lines were not indented by tabs but by spaces. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano diff --git a/setup.c b/setup.c index 7b07144..b54d65f 100644 --- 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) -- cgit v0.10.2-6-g49f6