Fixed almost all tab and min/max issues found by inspect tool

[SVN r53142]
This commit is contained in:
Jeremiah Willcock
2009-05-20 19:41:20 +00:00
parent 467ae9613f
commit 9bb12ce87a

View File

@ -949,7 +949,7 @@ namespace boost {
this->vtable = f.vtable;
f.vtable->manager(f.functor, this->functor,
boost::detail::function::move_functor_tag);
f.vtable = 0;
f.vtable = 0;
#if !defined(BOOST_NO_EXCEPTIONS)
} else {
clear();