clang-format: update latest spec and reformat

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

Change-Id: If81a5a0bc8458a6feb94ba5c52adbe7294d43475
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/tools/handler.hpp b/tools/handler.hpp
index 25dc2f5..69b7423 100644
--- a/tools/handler.hpp
+++ b/tools/handler.hpp
@@ -50,8 +50,8 @@
      * @param[in] versionBlob - the version blob id within the version handler.
      * @return firmware version
      */
-    virtual std::vector<uint8_t>
-        readVersion(const std::string& versionBlob) = 0;
+    virtual std::vector<uint8_t> readVersion(
+        const std::string& versionBlob) = 0;
 
     /**
      * Cleanup the artifacts by triggering this action.
@@ -107,8 +107,8 @@
     /**
      * @throw ToolException on failure.
      */
-    std::vector<uint8_t>
-        retryIfFailed(stdplus::function_view<std::vector<uint8_t>()> callback);
+    std::vector<uint8_t> retryIfFailed(
+        stdplus::function_view<std::vector<uint8_t>()> callback);
 };
 
 } // namespace host_tool