From eb29292aed7cd264162809678ab9cf31bcc20ac4 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Tue, 30 Jun 2015 14:25:51 +0000 Subject: [PATCH] index tests: add eol to avoid compiler warning --- tests/index/addall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/index/addall.c b/tests/index/addall.c index f344cc6ae..9ddb27f95 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 +}