Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / multiprecision / test / test_float128_serial.cpp
index f766156..4e357ba 100644 (file)
@@ -8,19 +8,15 @@
 //
 
 #ifdef _MSC_VER
-#  define _SCL_SECURE_NO_WARNINGS
+#define _SCL_SECURE_NO_WARNINGS
 #endif
 
 #include <boost/multiprecision/float128.hpp>
 #include "test_float_serial.hpp"
 
-
 int main()
 {
    using namespace boost::multiprecision;
    test<float128>();
    return boost::report_errors();
 }
-
-
-