summaryrefslogtreecommitdiff
path: root/src/remote.c
diff options
context:
space:
mode:
authorDavid Calavera <david.calavera@gmail.com>2015-01-05 13:33:36 -0800
committerDavid Calavera <david.calavera@gmail.com>2015-01-05 13:33:36 -0800
commit66b71ea5f54e3cfe9e41328f5496b6886de7bc39 (patch)
treeb9199ebaa49fc0a484ad580569c32a5db3906a77 /src/remote.c
parent1ef3f0cebb4b5b1f0044dc7306b0eb61a3ec31c2 (diff)
downloadlibgit2-66b71ea5f54e3cfe9e41328f5496b6886de7bc39.tar.gz
Fix intentation.
Diffstat (limited to 'src/remote.c')
-rw-r--r--src/remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remote.c b/src/remote.c
index 1b6a11863..c79e58a3c 100644
--- a/src/remote.c
+++ b/src/remote.c
@@ -486,7 +486,7 @@ static int lookup_remote_prune_config(git_remote *remote, git_config *config, co
if ((error = git_config_get_bool(&remote->prune_refs, config, "fetch.prune")) < 0) {
if (error == GIT_ENOTFOUND) {
giterr_clear();
- error = 0;
+ error = 0;
}
}
}