clang-format: update latest spec and reformat

Copy the latest format file from the docs repository and apply.

Change-Id: I2654466d81e267a83fff63b27430258a255d4e40
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/ipmiblob/blob_handler.cpp b/src/ipmiblob/blob_handler.cpp
index 362e264..1f8a33b 100644
--- a/src/ipmiblob/blob_handler.cpp
+++ b/src/ipmiblob/blob_handler.cpp
@@ -36,8 +36,8 @@
 const std::array<std::uint8_t, 3> ipmiPhosphorOen = {0xcf, 0xc2, 0x00};
 }
 
-std::unique_ptr<BlobInterface>
-    BlobHandler::CreateBlobHandler(std::unique_ptr<IpmiInterface> ipmi)
+std::unique_ptr<BlobInterface> BlobHandler::CreateBlobHandler(
+    std::unique_ptr<IpmiInterface> ipmi)
 {
     return std::make_unique<BlobHandler>(std::move(ipmi));
 }