Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / multiprecision / traits / extract_exponent_type.hpp
index 28c52c2..fbbd2a0 100644 (file)
@@ -8,9 +8,9 @@
 
 #include <boost/multiprecision/number.hpp>
 
-namespace boost{
-namespace multiprecision{
-namespace backends{
+namespace boost {
+namespace multiprecision {
+namespace backends {
 
 template <class Backend, int cat>
 struct extract_exponent_type
@@ -23,6 +23,6 @@ struct extract_exponent_type<Backend, number_kind_floating_point>
    typedef typename Backend::exponent_type type;
 };
 
-}}} // namespaces
+}}} // namespace boost::multiprecision::backends
 
 #endif