Code

Merge branch 'maint'
[git.git] / config.c
index 6b61a849d26c7a35f57d74c9d5f0adbb1f85c72d..e42c59b190986d28ec535861e08b843739356b9a 100644 (file)
--- a/config.c
+++ b/config.c
@@ -1499,10 +1499,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;
 }