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/src/ssl_key_handler.cpp b/src/ssl_key_handler.cpp
index b966b58..1e92746 100644
--- a/src/ssl_key_handler.cpp
+++ b/src/ssl_key_handler.cpp
@@ -576,8 +576,8 @@
return std::make_shared<boost::asio::ssl::context>(std::move(sslCtx));
}
-std::optional<boost::asio::ssl::context>
- getSSLClientContext(VerifyCertificate verifyCertificate)
+std::optional<boost::asio::ssl::context> getSSLClientContext(
+ VerifyCertificate verifyCertificate)
{
namespace fs = std::filesystem;