diff --git a/src/core/common/pokerthexception.cpp b/src/core/common/pokerthexception.cpp index c61b78c5..c3c99dcc 100644 --- a/src/core/common/pokerthexception.cpp +++ b/src/core/common/pokerthexception.cpp @@ -36,9 +36,9 @@ PokerTHException::~PokerTHException() { } -const char * -PokerTHException::what() const -{ - return m_msg.c_str(); -} +const char * +PokerTHException::what() const +{ + return m_msg.c_str(); +} diff --git a/src/core/pokerthexception.h b/src/core/pokerthexception.h index b021ef87..bea70fd9 100644 --- a/src/core/pokerthexception.h +++ b/src/core/pokerthexception.h @@ -34,7 +34,7 @@ public: int GetErrorId() const {return m_errorId;} int GetOsErrorCode() const {return m_osErrorCode;} - virtual const char *what() const; + virtual const char *what() const; private: int m_errorId;