Some warning fix

Tab to spaces
Remove trailing spaces

--HG--
branch : trunk
This commit is contained in:
Spp
2010-05-13 00:15:21 +02:00
parent 4a448eca37
commit a3a8e6da2c
12 changed files with 42 additions and 33 deletions

View File

@@ -304,8 +304,6 @@ int Master::Run()
uint32 realCurrTime, realPrevTime;
realCurrTime = realPrevTime = getMSTime();
uint32 socketSelecttime = sWorld.getConfig(CONFIG_SOCKET_SELECTTIME);
///- Start up freeze catcher thread
if(uint32 freeze_delay = sConfig.GetIntDefault("MaxCoreStuckTime", 0))
{
@@ -386,7 +384,7 @@ int Master::Run()
b[3].Event.KeyEvent.wVirtualScanCode = 0x1c;
b[3].Event.KeyEvent.wRepeatCount = 1;
DWORD numb;
BOOL ret = WriteConsoleInput(hStdIn, b, 4, &numb);
WriteConsoleInput(hStdIn, b, 4, &numb);
cliThread->wait();