[8067] Fixed tabs and trailing whitespaces in code.

This commit is contained in:
VladimirMangos 2009-06-22 15:42:55 +04:00
parent c402d3ec26
commit 634fda8475
5 changed files with 8 additions and 8 deletions

View file

@ -180,7 +180,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 ();
}
}