From: Pavan Kumar Sunkara Date: Sat, 16 Jul 2011 21:55:52 +0000 (+0530) Subject: git-config: Remove extra whitespaces X-Git-Tag: v1.7.6.1~56 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8b5900751a5f19257dc9570dd195aaac46528599;p=git.git git-config: Remove extra whitespaces Remove extra whitespaces introduced by commits 01ebb9dc and fc1905bb Signed-off-by: Pavan Kumar Sunkara Signed-off-by: Junio C Hamano --- 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; }