aboutsummaryrefslogtreecommitdiff
path: root/src/trinitycore/Master.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-06-27 17:10:17 -0500
committermegamage <none@none>2009-06-27 17:10:17 -0500
commite4cfd6318105b1e5cbe93ac2accd5267039430c0 (patch)
tree4213c7e7369ca088644a6826976285ec12e8ee02 /src/trinitycore/Master.cpp
parentc688528f72682cfafe5dff5f11cfdcc4278525d6 (diff)
[8067] Fixed tabs and trailing whitespaces in code. Author: VladimirMangos
--HG-- branch : trunk
Diffstat (limited to 'src/trinitycore/Master.cpp')
-rw-r--r--src/trinitycore/Master.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinitycore/Master.cpp b/src/trinitycore/Master.cpp
index 4d7eca8f04e..b7159225f42 100644
--- a/src/trinitycore/Master.cpp
+++ b/src/trinitycore/Master.cpp
@@ -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 ();
}
}