diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-09-19 00:14:18 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-09-19 00:14:18 -0700 |
commit | 234c2f3657ec50671299a359877b058d55aa1d1d (patch) | |
tree | b16a2938c945b345f01e9113334c6ac33c5a7f87 /tests/test_header_string_iostream.cpp | |
parent | d62b2541d7f120c692837c130abb22fe5b777a6c (diff) |
tests: Convert several files to Unix line endings
They were still using Windows EOL by mistake
Diffstat (limited to 'tests/test_header_string_iostream.cpp')
-rw-r--r-- | tests/test_header_string_iostream.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test_header_string_iostream.cpp b/tests/test_header_string_iostream.cpp index 1105626..3210080 100644 --- a/tests/test_header_string_iostream.cpp +++ b/tests/test_header_string_iostream.cpp @@ -1,5 +1,5 @@ -// Tests compatibility with string/iostream
-#include <string>
-#include "../src/pugixml.hpp"
-#include <istream>
-#include <ostream>
+// Tests compatibility with string/iostream +#include <string> +#include "../src/pugixml.hpp" +#include <istream> +#include <ostream> |