From 0237e33a306c568b20dcf2508476b5f40646abbe Mon Sep 17 00:00:00 2001
From: Serge Lamikhov-Center <to_serge@users.sourceforge.net>
Date: Sat, 3 Mar 2012 13:36:39 +0200
Subject: [PATCH] Fix EOL problem

---
 .gitignore               | 1 +
 ELFIOTest/ELFIOTest.cpp  | 8 ++++----
 ELFIOTest/ELFIOTest1.cpp | 8 ++++----
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7b8b3ca..e7202f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ build
 Debug
 ELFIO.sdf
 ELFIO.v11.suo
+ELFIO.opensdf
 
 ELFIOTest/Debug
 
diff --git a/ELFIOTest/ELFIOTest.cpp b/ELFIOTest/ELFIOTest.cpp
index 43de280..e1ef143 100644
--- a/ELFIOTest/ELFIOTest.cpp
+++ b/ELFIOTest/ELFIOTest.cpp
@@ -1,7 +1,7 @@
-#ifdef _MSC_VER
-#define _SCL_SECURE_NO_WARNINGS
-#define ELFIO_NO_INTTYPES
-#endif
+#ifdef _MSC_VER
+#define _SCL_SECURE_NO_WARNINGS
+#define ELFIO_NO_INTTYPES
+#endif
 
 #define BOOST_TEST_MODULE ELFIO_Test
 #include <boost/test/unit_test.hpp>
diff --git a/ELFIOTest/ELFIOTest1.cpp b/ELFIOTest/ELFIOTest1.cpp
index 909b2b9..48d6a18 100644
--- a/ELFIOTest/ELFIOTest1.cpp
+++ b/ELFIOTest/ELFIOTest1.cpp
@@ -1,7 +1,7 @@
-#ifdef _MSC_VER
-#define _SCL_SECURE_NO_WARNINGS
-#define ELFIO_NO_INTTYPES
-#endif
+#ifdef _MSC_VER
+#define _SCL_SECURE_NO_WARNINGS
+#define ELFIO_NO_INTTYPES
+#endif
 
 #include <boost/test/unit_test.hpp>
 #include <boost/test/output_test_stream.hpp>
-- 
GitLab