Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / tti / has_member_data.hpp
index 84988f3..50befd5 100644 (file)
     { \
     typedef typename \
     BOOST_PP_CAT(trait,_detail_hmd) \
-       < \
-       BOOST_TTI_TP_ET, \
-       BOOST_TTI_TP_TYPE \
-       >::type type; \
+        < \
+        BOOST_TTI_TP_ET, \
+        BOOST_TTI_TP_TYPE \
+        >::type type; \
     BOOST_STATIC_CONSTANT(bool,value=type::value); \
     }; \
 /**/