diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2015-06-30 14:25:51 +0000 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2015-06-30 14:31:07 +0000 |
commit | eb29292aed7cd264162809678ab9cf31bcc20ac4 (patch) | |
tree | c024d62faa6bc247927e0a794de7eaa5bcb81d07 | |
parent | 504b069701ff9c04717e2b8b9e119d51f061dfbc (diff) | |
download | libgit2-eb29292aed7cd264162809678ab9cf31bcc20ac4.tar.gz |
index tests: add eol to avoid compiler warning
-rw-r--r-- | tests/index/addall.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |