Fix spacing irregularities

This commit is contained in:
David Cernat 2016-11-21 23:40:50 +02:00
parent d4b5c826f8
commit 9e290ad799
10 changed files with 14 additions and 17 deletions

View file

@ -237,7 +237,6 @@ int main(int argc, char *argv[])
thrQuery = thread(queryThread, mclient);
}
int code = networking.mainLoop();
RakNet::RakPeerInterface::DestroyInstance(peer);

View file

@ -53,8 +53,6 @@ namespace mwmp
void prepareAttack(Attack::TYPE type, bool state);
private:
Networking *getNetworking();
MWWorld::Ptr getPlayerPtr();