whitespaces
This commit is contained in:
parent
796f6a5785
commit
7616553c63
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue