Fix tabs in file.

[SVN r21399]
This commit is contained in:
Rene Rivera
2003-12-26 23:26:49 +00:00
parent 4231f774e4
commit 806745f24e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ struct xstring
{
template <class It>
xstring(It begin, It end, typename
disable_if<is_arithmetic<It> >::type* = 0)
disable_if<is_arithmetic<It> >::type* = 0)
: data(end-begin) {}
int data;