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.hpp b/src/ipmiblob/blob_handler.hpp
index dddf41b..983f760 100644
--- a/src/ipmiblob/blob_handler.hpp
+++ b/src/ipmiblob/blob_handler.hpp
@@ -17,8 +17,8 @@
      * @note This is a convenience method.
      * @return a BlobHandler wrapped as a BlobInterface pointer.
      */
-    static std::unique_ptr<BlobInterface>
-        CreateBlobHandler(std::unique_ptr<IpmiInterface> ipmi);
+    static std::unique_ptr<BlobInterface> CreateBlobHandler(
+        std::unique_ptr<IpmiInterface> ipmi);
 
     explicit BlobHandler(std::unique_ptr<IpmiInterface> ipmi) :
         ipmi(std::move(ipmi)) {};