Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / preprocessor / repetition / for.hpp
index c38946b..3c5048a 100644 (file)
 
 # define BOOST_PP_FOR_257_ERROR() BOOST_PP_ERROR(0x0002)
 # define BOOST_PP_FOR_257(s, p, o, m) \
-       BOOST_PP_IIF \
-               ( \
-               BOOST_PP_FOR_257_PR(s,p), \
-               BOOST_PP_FOR_257_ERROR, \
-               BOOST_PP_EMPTY \
-               ) \
-       () \
+    BOOST_PP_IIF \
+        ( \
+        BOOST_PP_FOR_257_PR(s,p), \
+        BOOST_PP_FOR_257_ERROR, \
+        BOOST_PP_EMPTY \
+        ) \
+    () \
 /**/
 // # define BOOST_PP_FOR_257(s, p, o, m) BOOST_PP_ERROR(0x0002)
 #