From e797b095905a43d8a8dab73e744d7fd7f004492d Mon Sep 17 00:00:00 2001 From: Alexander Nasonov Date: Sat, 26 Aug 2006 17:22:33 +0000 Subject: [PATCH] tabs replaced with 4 spaces [SVN r34965] --- include/boost/lexical_cast.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/lexical_cast.hpp b/include/boost/lexical_cast.hpp index 8c903bb..5ea43c0 100644 --- a/include/boost/lexical_cast.hpp +++ b/include/boost/lexical_cast.hpp @@ -434,8 +434,8 @@ namespace boost --left; --finish; - int const digit = n % 10; - int const cdigit = digit + lcast_char_constants::zero; + int const digit = n % 10; + int const cdigit = digit + lcast_char_constants::zero; *finish = static_cast(cdigit); n /= 10; } while(n);