test: discover: fix indentation

This commit is contained in:
Patrick Steinhardt 2016-11-14 10:52:37 +01:00
parent 5242c42488
commit 4dbaf3cd62

View File

@ -44,7 +44,7 @@ static void ensure_repository_discover(const char *start_path,
static void write_file(const char *path, const char *content) static void write_file(const char *path, const char *content)
{ {
git_file file; git_file file;
int error; int error;
if (git_path_exists(path)) { if (git_path_exists(path)) {
cl_git_pass(p_unlink(path)); cl_git_pass(p_unlink(path));