Commit de4a75f97798e4a41d67fb3b4f004452a828f1d2

David Calavera 2015-01-07T09:26:36

Fix more indentation.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tests/network/fetchlocal.c b/tests/network/fetchlocal.c
index b22487d..af19226 100644
--- a/tests/network/fetchlocal.c
+++ b/tests/network/fetchlocal.c
@@ -486,7 +486,7 @@ void test_network_fetchlocal__prune_load_remote_prune_config(void)
 {
 	git_repository *repo;
 	git_remote *origin;
-  git_config *config;
+	git_config *config;
 	git_repository *remote_repo = cl_git_sandbox_init("testrepo.git");
 	const char *url = cl_git_path_url(git_repository_path(remote_repo));