]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/preprocessor/tuple/detail/is_single_return.hpp
Update to boost 1.72
[lyx.git] / 3rdparty / boost / boost / preprocessor / tuple / detail / is_single_return.hpp
index 02a4fb207c52871798a66a678e427453abafc1d5..bcdb5449b348385fd2536b139618d5d556f959b8 100644 (file)
@@ -20,9 +20,9 @@
 # include <boost/preprocessor/control/iif.hpp>
 # include <boost/preprocessor/facilities/is_1.hpp>
 # include <boost/preprocessor/tuple/size.hpp>
-# define BOOST_PP_TUPLE_IS_SINGLE_RETURN(sr,nsr,tuple) \
-       BOOST_PP_IIF(BOOST_PP_IS_1(BOOST_PP_TUPLE_SIZE(tuple)),sr,nsr) \
-       /**/
+# define BOOST_PP_TUPLE_IS_SINGLE_RETURN(sr,nsr,tuple)  \
+    BOOST_PP_IIF(BOOST_PP_IS_1(BOOST_PP_TUPLE_SIZE(tuple)),sr,nsr) \
+    /**/
 # endif /* BOOST_PP_VARIADICS && BOOST_PP_VARIADICS_MSVC */
 #
 # endif /* BOOST_PREPROCESSOR_TUPLE_DETAIL_IS_SINGLE_RETURN_HPP */