Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / test_float_conversions.cpp
index a9aaab9..ff3ff19 100644 (file)
@@ -5,7 +5,7 @@
 //
 
 #ifdef _MSC_VER
-#  define _SCL_SECURE_NO_WARNINGS
+#define _SCL_SECURE_NO_WARNINGS
 #endif
 
 #include <boost/detail/lightweight_test.hpp>
@@ -38,6 +38,3 @@ int main()
 
    return boost::report_errors();
 }
-
-
-