Add newlines to the end of all files
This commit is contained in:
@@ -180,4 +180,4 @@ std::string BaseHttpServer::HttpStatus(int code)
|
||||
httpStatus << "HTTP/1.1 " << code << " " << description << "\r\n";
|
||||
|
||||
return std::string(httpStatus.str());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user