$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r65136 - trunk/boost/typeof
From: peder.holt_at_[hidden]
Date: 2010-08-30 16:00:07
Author: burbelgruff
Date: 2010-08-30 16:00:04 EDT (Mon, 30 Aug 2010)
New Revision: 65136
URL: http://svn.boost.org/trac/boost/changeset/65136
Log:
Removed tabs from file
Text files modified: 
   trunk/boost/typeof/typeof.hpp |    18 +++++++++---------                      
   1 files changed, 9 insertions(+), 9 deletions(-)
Modified: trunk/boost/typeof/typeof.hpp
==============================================================================
--- trunk/boost/typeof/typeof.hpp	(original)
+++ trunk/boost/typeof/typeof.hpp	2010-08-30 16:00:04 EDT (Mon, 30 Aug 2010)
@@ -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 <boost/typeof/msvc/typeof_impl.hpp>
+#       ifdef BOOST_TYPEOF_NATIVE
+#           include <boost/typeof/msvc/typeof_impl.hpp>
 #           define MSVC_TYPEOF_HACK
-#		endif
-#	endif
+#       endif
+#   endif
 #elif defined(__HP_aCC)
 #   ifndef BOOST_TYPEOF_NATIVE
 #       ifndef BOOST_TYPEOF_EMULATION