Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-06-30 17:25:51 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2015-06-30 17:31:07 +0300
commiteb29292aed7cd264162809678ab9cf31bcc20ac4 (patch)
treec024d62faa6bc247927e0a794de7eaa5bcb81d07 /tests/index
parent504b069701ff9c04717e2b8b9e119d51f061dfbc (diff)
index tests: add eol to avoid compiler warning
Diffstat (limited to 'tests/index')
-rw-r--r--tests/index/addall.c2
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
+}