summaryrefslogtreecommitdiff
path: root/tests/test_version.cpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-09-19 00:14:18 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-09-19 00:14:18 -0700
commit234c2f3657ec50671299a359877b058d55aa1d1d (patch)
treeb16a2938c945b345f01e9113334c6ac33c5a7f87 /tests/test_version.cpp
parentd62b2541d7f120c692837c130abb22fe5b777a6c (diff)
tests: Convert several files to Unix line endings
They were still using Windows EOL by mistake
Diffstat (limited to 'tests/test_version.cpp')
-rw-r--r--tests/test_version.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test_version.cpp b/tests/test_version.cpp
index cf64efc..38ec7bc 100644
--- a/tests/test_version.cpp
+++ b/tests/test_version.cpp
@@ -1,5 +1,5 @@
-#include "../src/pugixml.hpp"
-
-#if PUGIXML_VERSION != 160
-#error Unexpected pugixml version
-#endif
+#include "../src/pugixml.hpp"
+
+#if PUGIXML_VERSION != 160
+#error Unexpected pugixml version
+#endif