X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fexcept.cpp;h=bdcdd7df3da312b5f613630da9a67ec11ab8d0c5;hb=6a38983c19fe78753962288e206c5817ad595448;hp=0ae2e59bd9ba339a78d7560ed13326ac6af83e45;hpb=7c5ced26f18d29bad4aa7fa14c6c8feba2e269ab;p=libs%2Fcore.git diff --git a/source/core/except.cpp b/source/core/except.cpp index 0ae2e59..bdcdd7d 100644 --- a/source/core/except.cpp +++ b/source/core/except.cpp @@ -20,14 +20,14 @@ Exception::Exception(const string &w): wot(w) { #ifdef WITH_EXCEPTION_BACKTRACE - bt=Debug::Backtrace::create(); + bt = Debug::Backtrace::create(); #endif } Exception &Exception::at(const std::string &w) throw() { - wer=w; - wot=wer+": "+wot; + wer = w; + wot = wer+": "+wot; return *this; } @@ -43,7 +43,7 @@ string SystemError::build_what(const string &w, int e) buf<