diff options
author | megamage <none@none> | 2009-06-27 17:10:17 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-06-27 17:10:17 -0500 |
commit | e4cfd6318105b1e5cbe93ac2accd5267039430c0 (patch) | |
tree | 4213c7e7369ca088644a6826976285ec12e8ee02 /src/trinityrealm/AuthSocket.cpp | |
parent | c688528f72682cfafe5dff5f11cfdcc4278525d6 (diff) |
[8067] Fixed tabs and trailing whitespaces in code. Author: VladimirMangos
--HG--
branch : trunk
Diffstat (limited to 'src/trinityrealm/AuthSocket.cpp')
-rw-r--r-- | src/trinityrealm/AuthSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trinityrealm/AuthSocket.cpp b/src/trinityrealm/AuthSocket.cpp index 8c9eab653ec..80e8184605b 100644 --- a/src/trinityrealm/AuthSocket.cpp +++ b/src/trinityrealm/AuthSocket.cpp @@ -946,7 +946,7 @@ bool AuthSocket::_HandleXferAccept() ibuf.Remove(1); //clear input buffer fseek(pPatch,0,0); - ACE_Based::Thread u(*new PatcherRunnable(this)); + ACE_Based::Thread u(*new PatcherRunnable(this)); return true; } |