Fix formatting
This commit is contained in:
@@ -10,6 +10,6 @@ enum compression_type
|
||||
gzip_rfc1952,
|
||||
deflate_rfc1951
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::server::http
|
||||
|
||||
#endif // COMPRESSION_TYPE_HPP
|
||||
|
||||
@@ -23,6 +23,6 @@ struct header
|
||||
std::string name;
|
||||
std::string value;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::server::http
|
||||
|
||||
#endif // HEADER_HPP
|
||||
|
||||
@@ -34,6 +34,6 @@ class reply
|
||||
std::string status_to_string(reply::status_type status);
|
||||
boost::asio::const_buffer status_to_buffer(reply::status_type status);
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::server::http
|
||||
|
||||
#endif // REPLY_HPP
|
||||
|
||||
@@ -16,6 +16,6 @@ struct request
|
||||
std::string connection;
|
||||
boost::asio::ip::address endpoint;
|
||||
};
|
||||
} // namespace osrm
|
||||
} // namespace osrm::server::http
|
||||
|
||||
#endif // REQUEST_HPP
|
||||
|
||||
Reference in New Issue
Block a user