diff options
| author | David Calavera <david.calavera@gmail.com> | 2015-01-05 13:33:36 -0800 |
|---|---|---|
| committer | David Calavera <david.calavera@gmail.com> | 2015-01-05 13:33:36 -0800 |
| commit | 66b71ea5f54e3cfe9e41328f5496b6886de7bc39 (patch) | |
| tree | b9199ebaa49fc0a484ad580569c32a5db3906a77 /tests/network | |
| parent | 1ef3f0cebb4b5b1f0044dc7306b0eb61a3ec31c2 (diff) | |
| download | libgit2-66b71ea5f54e3cfe9e41328f5496b6886de7bc39.tar.gz | |
Fix intentation.
Diffstat (limited to 'tests/network')
| -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 d05e6ec62..b22487dd9 100644 --- a/tests/network/fetchlocal.c +++ b/tests/network/fetchlocal.c @@ -508,7 +508,7 @@ void test_network_fetchlocal__prune_load_fetch_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)); |
