forked from boostorg/conversion
tabs replaced with 4 spaces
[SVN r34965]
This commit is contained in:
@@ -434,8 +434,8 @@ namespace boost
|
|||||||
|
|
||||||
--left;
|
--left;
|
||||||
--finish;
|
--finish;
|
||||||
int const digit = n % 10;
|
int const digit = n % 10;
|
||||||
int const cdigit = digit + lcast_char_constants<CharT>::zero;
|
int const cdigit = digit + lcast_char_constants<CharT>::zero;
|
||||||
*finish = static_cast<char>(cdigit);
|
*finish = static_cast<char>(cdigit);
|
||||||
n /= 10;
|
n /= 10;
|
||||||
} while(n);
|
} while(n);
|
||||||
|
Reference in New Issue
Block a user