提交 8b590075 编写于 作者: P Pavan Kumar Sunkara 提交者: Junio C Hamano

git-config: Remove extra whitespaces

Remove extra whitespaces introduced by commits
01ebb9dc and fc1905bbSigned-off-by: NPavan Kumar Sunkara <pavan.sss1991@gmail.com>
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 d28790dc
...@@ -1479,10 +1479,10 @@ int git_config_rename_section(const char *old_name, const char *new_name) ...@@ -1479,10 +1479,10 @@ int git_config_rename_section(const char *old_name, const char *new_name)
} }
} }
fclose(config_file); fclose(config_file);
unlock_and_out: unlock_and_out:
if (commit_lock_file(lock) < 0) if (commit_lock_file(lock) < 0)
ret = error("could not commit config file %s", config_filename); ret = error("could not commit config file %s", config_filename);
out: out:
free(config_filename); free(config_filename);
return ret; return ret;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册