aboutsummaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>2011-07-17 03:25:52 +0530
committerJunio C Hamano <gitster@pobox.com>2011-07-19 13:43:34 -0700
commit8b5900751a5f19257dc9570dd195aaac46528599 (patch)
tree69cca93e1f0d2690617dd99f0f239469feb96e71 /config.c
parentd28790dc31ca1bcdca7254a6b9381b6c84e91271 (diff)
downloadgit-8b5900751a5f19257dc9570dd195aaac46528599.tar.gz
git-8b5900751a5f19257dc9570dd195aaac46528599.tar.xz
git-config: Remove extra whitespaces
Remove extra whitespaces introduced by commits 01ebb9dc and fc1905bb Signed-off-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'config.c')
-rw-r--r--config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.c b/config.c
index e0b3b80d9..113723bf3 100644
--- a/config.c
+++ b/config.c
@@ -1479,10 +1479,10 @@ int git_config_rename_section(const char *old_name, const char *new_name)
}
}
fclose(config_file);
- unlock_and_out:
+unlock_and_out:
if (commit_lock_file(lock) < 0)
ret = error("could not commit config file %s", config_filename);
- out:
+out:
free(config_filename);
return ret;
}