Skip to content

Commit 7f2a19d

Browse files
committedSep 12, 2017
Fix failing linter (travis)
1 parent 6fa2f6b commit 7f2a19d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎src/network/connectionthreads.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ class ConnectionSendThread : public Thread
5252
private:
5353
void runTimeouts(float dtime);
5454
void rawSend(const BufferedPacket &packet);
55-
bool rawSendAsPacket(u16 peer_id, u8 channelnum, SharedBuffer<u8> data,
56-
bool reliable);
55+
bool rawSendAsPacket(
56+
u16 peer_id, u8 channelnum, SharedBuffer<u8> data, bool reliable);
5757

5858
void processReliableCommand(ConnectionCommand &c);
5959
void processNonReliableCommand(ConnectionCommand &c);

0 commit comments

Comments
 (0)
Please sign in to comment.