clang-format: update latest spec and reformat
Copy the latest format file from the docs repository and apply.
Change-Id: I2f0b9d0fb6e01ed36a2f34c750ba52de3b6d15d1
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/http/mutual_tls.hpp b/http/mutual_tls.hpp
index aec7ae1..d722a23 100644
--- a/http/mutual_tls.hpp
+++ b/http/mutual_tls.hpp
@@ -13,6 +13,6 @@
std::string getUsernameFromCommonName(std::string_view commonName);
-std::shared_ptr<persistent_data::UserSession>
- verifyMtlsUser(const boost::asio::ip::address& clientIp,
- boost::asio::ssl::verify_context& ctx);
+std::shared_ptr<persistent_data::UserSession> verifyMtlsUser(
+ const boost::asio::ip::address& clientIp,
+ boost::asio::ssl::verify_context& ctx);