Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / test_cpp_dec_float_serial.cpp
index 5a3ca6b..c023e48 100644 (file)
@@ -8,18 +8,17 @@
 //
 
 #ifdef _MSC_VER
-#  define _SCL_SECURE_NO_WARNINGS
+#define _SCL_SECURE_NO_WARNINGS
 #endif
 
 #include <boost/multiprecision/cpp_dec_float.hpp>
 #include "test_float_serial.hpp"
 
 #if !defined(TEST1) && !defined(TEST2)
-#  define TEST1
-#  define TEST2
+#define TEST1
+#define TEST2
 #endif
 
-
 int main()
 {
    using namespace boost::multiprecision;
@@ -31,6 +30,3 @@ int main()
 #endif
    return boost::report_errors();
 }
-
-
-