fix indentation

This commit is contained in:
Dennis Luxen 2013-11-21 00:06:00 +01:00
parent 8c16686150
commit 992458ae4b

View File

@ -47,7 +47,7 @@ const std::string okString = "HTTP/1.0 200 OK\r\n";
const std::string badRequestString = "HTTP/1.0 400 Bad Request\r\n"; const std::string badRequestString = "HTTP/1.0 400 Bad Request\r\n";
const std::string internalServerErrorString = "HTTP/1.0 500 Internal Server Error\r\n"; const std::string internalServerErrorString = "HTTP/1.0 500 Internal Server Error\r\n";
class Reply { class Reply {
public: public:
enum status_type { enum status_type {
ok = 200, ok = 200,