Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / multiprecision / random.hpp
index c69fd94..4d4c6a9 100644 (file)
@@ -9,10 +9,9 @@
 #define BOOST_MP_RANDOM_HPP
 
 #if defined(__GNUC__) || defined(_MSC_VER)
-# pragma message("NOTE: Use of this header (boost/multiprecision/random.hpp) is deprecated: please use the random number library headers directly.")
+#pragma message("NOTE: Use of this header (boost/multiprecision/random.hpp) is deprecated: please use the random number library headers directly.")
 #endif
 
-
 #include <boost/random.hpp>
 
 #endif