Commit eb29292aed7cd264162809678ab9cf31bcc20ac4

Edward Thomson 2015-06-30T14:25:51

index tests: add eol to avoid compiler warning

1
2
3
4
5
6
7
8
9
10
11
diff --git a/tests/index/addall.c b/tests/index/addall.c
index f344cc6..9ddb27f 100644
--- a/tests/index/addall.c
+++ b/tests/index/addall.c
@@ -443,4 +443,4 @@ void test_index_addall__removes_deleted_conflicted_files(void)
 	git_annotated_commit_free(annotated);
 	git_reference_free(ref);
 	git_index_free(index);
-}
\ No newline at end of file
+}