Code

git-config: Remove extra whitespaces
authorPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Sat, 16 Jul 2011 21:55:52 +0000 (03:25 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2011 20:43:34 +0000 (13:43 -0700)
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>
config.c

index e0b3b80d92ece9f37e0e76292bd61ce97271fcce..113723bf3b069ed907cd71831ddff91a0ed113da 100644 (file)
--- 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;
 }