Code

t3005: do not assume a particular order of stdout and stderr of git-ls-files
[git.git] / 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;
 }