Skip to content

Commit

Permalink
Fix failing linter (travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Sep 12, 2017
1 parent 6fa2f6b commit 7f2a19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/network/connectionthreads.h
Expand Up @@ -52,8 +52,8 @@ class ConnectionSendThread : public Thread
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);
Expand Down

0 comments on commit 7f2a19d

Please sign in to comment.