Fix formatting

This commit is contained in:
Dennis Luxen
2022-12-20 18:00:11 +01:00
parent d7c44f0bc0
commit 7c06726a35
454 changed files with 461 additions and 461 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ enum compression_type
gzip_rfc1952,
deflate_rfc1951
};
} // namespace osrm
} // namespace osrm::server::http
#endif // COMPRESSION_TYPE_HPP
+1 -1
View File
@@ -23,6 +23,6 @@ struct header
std::string name;
std::string value;
};
} // namespace osrm
} // namespace osrm::server::http
#endif // HEADER_HPP
+1 -1
View File
@@ -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
+1 -1
View File
@@ -16,6 +16,6 @@ struct request
std::string connection;
boost::asio::ip::address endpoint;
};
} // namespace osrm
} // namespace osrm::server::http
#endif // REQUEST_HPP