Fix more indentation.

This commit is contained in:
David Calavera 2015-01-07 09:26:36 -08:00
parent 66b71ea5f5
commit de4a75f977

View File

@ -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));