Fix failing linter (travis)

This commit is contained in:
sfan5 2017-09-12 19:35:31 +02:00
parent 6fa2f6b4aa
commit 7f2a19da11
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ public:
private:
void runTimeouts(float dtime);
void rawSend(const BufferedPacket &packet);
bool rawSendAsPacket(u16 peer_id, u8 channelnum, SharedBuffer<u8> data,
bool reliable);
bool rawSendAsPacket(
u16 peer_id, u8 channelnum, SharedBuffer<u8> data, bool reliable);
void processReliableCommand(ConnectionCommand &c);
void processNonReliableCommand(ConnectionCommand &c);