[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

@ -944,7 +944,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;
}