Core: Removed all double (and more) empty lines

This commit is contained in:
Shauren
2011-03-21 10:52:14 +01:00
parent f8162d609b
commit 2f79b0f266
353 changed files with 2 additions and 799 deletions

View File

@@ -167,7 +167,6 @@ int Master::Run()
///- Initialize the World
sWorld->SetInitialWorldSettings();
// Initialise the signal handlers
CoredSignalHandler SignalINT, SignalTERM;
#ifdef _WIN32
@@ -182,7 +181,6 @@ int Master::Run()
Handler.register_handler(SIGBREAK, &SignalBREAK);
#endif /* _WIN32 */
///- Launch WorldRunnable thread
ACE_Based::Thread world_thread(new WorldRunnable);
world_thread.setPriority(ACE_Based::Highest);