From c7a36ceca586055565155c158e7925086f033b25 Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 18 Oct 2007 20:41:13 +0000 Subject: [PATCH] Linefeeds. --- src/core/common/pokerthexception.cpp | 10 +++++----- src/core/pokerthexception.h | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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;