From 7b623f09989e10e0cc6aaea91478ad0cbd70f8a3 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Mon, 19 Nov 2001 22:13:04 +0000 Subject: [PATCH] change tabs to spaces [SVN r11738] --- include/boost/detail/limits.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/detail/limits.hpp b/include/boost/detail/limits.hpp index c245bf30..5562c43a 100644 --- a/include/boost/detail/limits.hpp +++ b/include/boost/detail/limits.hpp @@ -33,7 +33,7 @@ * 5 Apr 2001: * Added sparc (big endian) processor support (John Maddock). * Initial sub: - * Modified by Jens Maurer for gcc 2.95 on x86. + * Modified by Jens Maurer for gcc 2.95 on x86. */ #ifndef BOOST_SGI_CPP_LIMITS @@ -194,7 +194,7 @@ public: const unsigned int _S_word[4] = { 0, 0, 0, Word }; return *reinterpret_cast( reinterpret_cast(&_S_word)+16- - (sizeof(Number) == 12 ? 10 : sizeof(Number))); + (sizeof(Number) == 12 ? 10 : sizeof(Number))); } };