Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / multiprecision / complex128.hpp
index 7dac6fa..cf43d09 100644 (file)
@@ -9,19 +9,18 @@
 #include <boost/multiprecision/float128.hpp>
 #include <boost/multiprecision/complex_adaptor.hpp>
 
-
 namespace boost {
-   namespace multiprecision {
+namespace multiprecision {
 
-      typedef number<complex_adaptor<float128_backend>, et_off> complex128;
+typedef number<complex_adaptor<float128_backend>, et_off> complex128;
 
-      template <>
-      struct component_type<number<complex_adaptor<float128_backend> > >
-      {
-         typedef float128 type;
-      };
+template <>
+struct component_type<number<complex_adaptor<float128_backend> > >
+{
+   typedef float128 type;
+};
 
-   }
 }
+} // namespace boost::multiprecision
 
 #endif