Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / tti / detail / dmem_type.hpp
index 53c7c81..40312a7 100644 (file)
     { \
     typedef typename \
     boost::mpl::eval_if \
-       < \
-       boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
-       BOOST_PP_CAT(trait,_detail_op)<BOOST_TTI_DETAIL_TP_T>, \
-       boost::mpl::false_ \
-       >::type type; \
+        < \
+        boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
+        BOOST_PP_CAT(trait,_detail_op)<BOOST_TTI_DETAIL_TP_T>, \
+        boost::mpl::false_ \
+        >::type type; \
     \
     BOOST_STATIC_CONSTANT(bool,value=type::value); \
     }; \