run astyle

This commit is contained in:
Albert Medela
2017-08-16 13:55:18 +02:00
parent 94d87ed33e
commit 65e10c71b0
89 changed files with 888 additions and 488 deletions
+4 -2
View File
@@ -65,10 +65,12 @@ public:
static boost::shared_ptr<NetPacket> Create(const char *data, size_t dataSize);
const PokerTHMessage *GetMsg() const {
const PokerTHMessage *GetMsg() const
{
return m_msg;
}
PokerTHMessage *GetMsg() {
PokerTHMessage *GetMsg()
{
return m_msg;
}