]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/preprocessor/repetition/for.hpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / boost / preprocessor / repetition / for.hpp
index c38946bb555fac5ac96f850d01152eeb93d3209f..3c5048ad01fd816c00a5969cfe40cfff889c48a3 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)
 #