Commit 3cf58e66974f3dcc51ebcf0dc106720f8fe14579

nulltoken 2013-01-15T16:12:12

index: Fix indentations

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/index.c b/src/index.c
index 1e00dd3..353f57c 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++) {