From ba61bafc4a7a816ad9c632759556ee3aa38fc626 Mon Sep 17 00:00:00 2001 From: Peder Holt Date: Wed, 30 Aug 2006 17:19:32 +0000 Subject: [PATCH] Removed tabs from code. [SVN r35001] --- include/boost/typeof/typeof_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/typeof/typeof_impl.hpp b/include/boost/typeof/typeof_impl.hpp index 2cfccdb..7426905 100755 --- a/include/boost/typeof/typeof_impl.hpp +++ b/include/boost/typeof/typeof_impl.hpp @@ -115,8 +115,8 @@ namespace boost { namespace type_of { # define BOOST_TYPEOF_NESTED_TYPEDEF(name,expr) \ template\ struct BOOST_PP_CAT(_typeof_template_,name) {\ - BOOST_TYPEOF_NESTED_TYPEDEF_IMPL(expr)\ - typedef typename boost::type_of::decode_type<_typeof_fraction_iter > >::type type;\ + BOOST_TYPEOF_NESTED_TYPEDEF_IMPL(expr)\ + typedef typename boost::type_of::decode_type<_typeof_fraction_iter > >::type type;\ };\ typedef BOOST_PP_CAT(_typeof_template_,name) name;