From 234c2f3657ec50671299a359877b058d55aa1d1d Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Sat, 19 Sep 2015 00:14:18 -0700 Subject: tests: Convert several files to Unix line endings They were still using Windows EOL by mistake --- tests/test_version.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tests/test_version.cpp') 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 -- cgit v1.2.3