1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-04 13:56:27 +02:00

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>
This commit is contained in:
Pavan Kumar Sunkara 2011-07-17 03:25:52 +05:30 committed by Junio C Hamano
parent d28790dc31
commit 8b5900751a

View File

@ -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;
}