Commit 4dbaf3cd by Patrick Steinhardt

test: discover: fix indentation

parent 5242c424
...@@ -44,7 +44,7 @@ static void ensure_repository_discover(const char *start_path, ...@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment