Removing tabs.

[SVN r79014]
This commit is contained in:
Emil Dotchevski
2012-06-20 05:08:25 +00:00
parent 4cdfbb9ec6
commit 886e9ee793

View File

@ -457,12 +457,12 @@ boost
BOOST_ASSERT(p); BOOST_ASSERT(p);
p.ptr_->rethrow(); p.ptr_->rethrow();
BOOST_ASSERT(0); BOOST_ASSERT(0);
#if defined(UNDER_CE) #if defined(UNDER_CE)
// some CE platforms don't define ::abort(), let alone std::abort() // some CE platforms don't define ::abort()
exit(-1); exit(-1);
#else #else
abort(); abort();
#endif #endif
} }
inline inline