Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / tti / detail / dtemplate_params.hpp
index cfc1612..9c0f349 100644 (file)
@@ -204,12 +204,12 @@ BOOST_PP_ARRAY_ELEM(BOOST_PP_ADD(4,n),args) \
   struct trait \
     { \
     typedef typename \
-       boost::mpl::eval_if \
-               < \
-               boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
-               BOOST_PP_CAT(trait,_detail_cp_op)<BOOST_TTI_DETAIL_TP_T>, \
-               boost::mpl::false_ \
-               >::type type; \
+      boost::mpl::eval_if \
+        < \
+        boost::is_class<BOOST_TTI_DETAIL_TP_T>, \
+        BOOST_PP_CAT(trait,_detail_cp_op)<BOOST_TTI_DETAIL_TP_T>, \
+        boost::mpl::false_ \
+        >::type type; \
     BOOST_STATIC_CONSTANT(bool,value=type::value); \
     }; \
 /**/