diff options
| author | David Calavera <david.calavera@gmail.com> | 2015-01-07 09:26:36 -0800 |
|---|---|---|
| committer | David Calavera <david.calavera@gmail.com> | 2015-01-07 09:26:36 -0800 |
| commit | de4a75f97798e4a41d67fb3b4f004452a828f1d2 (patch) | |
| tree | 7d8485e7ceb1fa95f04ecdd94b84965f330f4a55 | |
| parent | 66b71ea5f54e3cfe9e41328f5496b6886de7bc39 (diff) | |
| download | libgit2-de4a75f97798e4a41d67fb3b4f004452a828f1d2.tar.gz | |
Fix more indentation.
| -rw-r--r-- | tests/network/fetchlocal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/network/fetchlocal.c b/tests/network/fetchlocal.c index b22487dd9..af1922672 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)); |
