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/test/http/http_connection_test.cpp b/test/http/http_connection_test.cpp
index e41058d..5e58f62 100644
--- a/test/http/http_connection_test.cpp
+++ b/test/http/http_connection_test.cpp
@@ -24,10 +24,10 @@
 
 struct FakeHandler
 {
-    static void
-        handleUpgrade(const std::shared_ptr<Request>& /*req*/,
-                      const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/,
-                      boost::beast::test::stream&& /*adaptor*/)
+    static void handleUpgrade(
+        const std::shared_ptr<Request>& /*req*/,
+        const std::shared_ptr<bmcweb::AsyncResp>& /*asyncResp*/,
+        boost::beast::test::stream&& /*adaptor*/)
     {
         // Handle Upgrade should never be called
         EXPECT_FALSE(true);