whitespaces
This commit is contained in:
@@ -25,7 +25,6 @@ void error(const char *msg) {
|
|||||||
TcpNet::TcpNet() = default;
|
TcpNet::TcpNet() = default;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
int TcpNet::server(int portno, const std::function<std::pair<bool, std::string>(std::string)> &process_request) const {
|
int TcpNet::server(int portno, const std::function<std::pair<bool, std::string>(std::string)> &process_request) const {
|
||||||
int sockfd, newsockfd;
|
int sockfd, newsockfd;
|
||||||
socklen_t clilen;
|
socklen_t clilen;
|
||||||
|
|||||||
Reference in New Issue
Block a user