Removed useless new line
This commit is contained in:
parent
95ae6927e8
commit
2449ab6013
@ -174,9 +174,7 @@ class TCPServer
|
|||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_clientList.addFirst(_currentClient);
|
_clientList.addFirst(_currentClient);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void processClientData(T *client)
|
virtual void processClientData(T *client)
|
||||||
|
Loading…
Reference in New Issue
Block a user