Commit 4dbaf3cd6208e7ce1f0d6be714c1a7cfa646259c

Patrick Steinhardt 2016-11-14T10:52:37

test: discover: fix indentation

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/repo/discover.c b/tests/repo/discover.c
index a3df30c..ca916e3 100644
--- a/tests/repo/discover.c
+++ b/tests/repo/discover.c
@@ -44,7 +44,7 @@ static void ensure_repository_discover(const char *start_path,
 static void write_file(const char *path, const char *content)
 {
 	git_file file;
-   int error;
+	int error;
 
 	if (git_path_exists(path)) {
 		cl_git_pass(p_unlink(path));