From 886e9ee7939f61582e43673d56252d1e4407da7f Mon Sep 17 00:00:00 2001 From: Emil Dotchevski Date: Wed, 20 Jun 2012 05:08:25 +0000 Subject: [PATCH] Removing tabs. [SVN r79014] --- include/boost/exception/detail/exception_ptr.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/boost/exception/detail/exception_ptr.hpp b/include/boost/exception/detail/exception_ptr.hpp index 84abc7a..5e5a267 100644 --- a/include/boost/exception/detail/exception_ptr.hpp +++ b/include/boost/exception/detail/exception_ptr.hpp @@ -457,12 +457,12 @@ boost BOOST_ASSERT(p); p.ptr_->rethrow(); BOOST_ASSERT(0); - #if defined(UNDER_CE) - // some CE platforms don't define ::abort(), let alone std::abort() - exit(-1); - #else - abort(); - #endif + #if defined(UNDER_CE) + // some CE platforms don't define ::abort() + exit(-1); + #else + abort(); + #endif } inline