mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 03:12:09 +01:00
[8067] Fixed tabs and trailing whitespaces in code. Author: VladimirMangos
--HG-- branch : trunk
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user