summaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-01-15 16:12:12 +0100
committernulltoken <emeric.fermas@gmail.com>2013-02-05 15:47:17 +0100
commit3cf58e66974f3dcc51ebcf0dc106720f8fe14579 (patch)
tree9ef9641570270c269dac7f5ac37287f23d9c820b /src/index.c
parent3f0ed118d16c1b95d24f344384ec4ebb08ce1640 (diff)
downloadlibgit2-3cf58e66974f3dcc51ebcf0dc106720f8fe14579.tar.gz
index: Fix indentations
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.c b/src/index.c
index 1e00dd3fa..353f57c2b 100644
--- a/src/index.c
+++ b/src/index.c
@@ -929,7 +929,7 @@ int git_index_conflict_add(git_index *index,
goto on_error;
}
- return 0;
+ return 0;
on_error:
for (i = 0; i < 3; i++) {