Tab removed :-)

[SVN r12701]
This commit is contained in:
Peter Dimov
2002-02-04 19:45:11 +00:00
parent 08df55159b
commit e1567707b1

View File

@ -27,7 +27,7 @@
bool boost_error(char const *, char const *, char const *, long)
{
return true; // fail with assert()
return true; // fail with assert()
}
class Incomplete;