index tests: add eol to avoid compiler warning

This commit is contained in:
Edward Thomson 2015-06-30 14:25:51 +00:00
parent 504b069701
commit eb29292aed

View File

@ -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);
}
}