git-config: Remove extra whitespaces
Remove extra whitespaces introduced by commits01ebb9dc
andfc1905bb
Signed-off-by: Pavan Kumar Sunkara <pavan.sss1991@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d28790dc31
commit
8b5900751a
4
config.c
4
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user