[8067] Fixed tabs and trailing whitespaces in code. Author: VladimirMangos

--HG--
branch : trunk
This commit is contained in:
megamage
2009-06-27 17:10:17 -05:00
parent c688528f72
commit e4cfd63181
5 changed files with 15 additions and 11 deletions

View File

@@ -182,7 +182,7 @@ public:
{
while (!World::IsStopped())
{
ACE_Based::Thread::Sleep (static_cast<unsigned long> (socketSelecttime / 1000));
ACE_Based::Thread::Sleep(static_cast<unsigned long> (socketSelecttime / 1000));
checkping ();
}
}