From d04dc539a042bd4871f9dfbad7072fabe519c46a Mon Sep 17 00:00:00 2001 From: Peder Holt Date: Mon, 30 Aug 2010 20:00:04 +0000 Subject: [PATCH] Removed tabs from file [SVN r65136] --- include/boost/typeof/typeof.hpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/include/boost/typeof/typeof.hpp b/include/boost/typeof/typeof.hpp index 99033f9..6aaf8d7 100644 --- a/include/boost/typeof/typeof.hpp +++ b/include/boost/typeof/typeof.hpp @@ -113,18 +113,18 @@ # elif (_MSC_VER >= 1310) // 7.1 -> # ifndef BOOST_TYPEOF_EMULATION # ifndef BOOST_TYPEOF_NATIVE -# ifndef _MSC_EXTENSIONS -# define BOOST_TYPEOF_EMULATION -# else -# define BOOST_TYPEOF_NATIVE -# endif +# ifndef _MSC_EXTENSIONS +# define BOOST_TYPEOF_EMULATION +# else +# define BOOST_TYPEOF_NATIVE +# endif # endif # endif -# ifdef BOOST_TYPEOF_NATIVE -# include +# ifdef BOOST_TYPEOF_NATIVE +# include # define MSVC_TYPEOF_HACK -# endif -# endif +# endif +# endif #elif defined(__HP_aCC) # ifndef BOOST_TYPEOF_NATIVE # ifndef BOOST_TYPEOF_EMULATION