Running astyle.

This commit is contained in:
lotodore
2013-12-19 14:27:24 +01:00
parent 2bc3567485
commit 6042d68454
4 changed files with 22 additions and 20 deletions
+1 -2
View File
@@ -1771,8 +1771,7 @@ ClientStateRunHand::InternalHandlePacket(boost::shared_ptr<ClientThread> client,
client->GetClientLog()->transformPlayerActionLog(PlayerAction(netActionDone.playeraction())),
netActionDone.totalplayerbet() - tmpPlayer->getMySet()
);
if (tmpPlayer->getMyID() == 0)
{
if (tmpPlayer->getMyID() == 0) {
client->EndPing();
}
}