clang-format: update latest spec and reformat

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

Change-Id: I70b8c852ae068e5d000fbf1fdfcd8a728ade9a16
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/manager.hpp b/manager.hpp
index ac9c834..6f68198 100644
--- a/manager.hpp
+++ b/manager.hpp
@@ -75,8 +75,8 @@
     void shutdown() noexcept;
 
     /** @brief sd_bus Notify method implementation callback. */
-    void
-        notify(std::map<sdbusplus::message::object_path, Object> objs) override;
+    void notify(
+        std::map<sdbusplus::message::object_path, Object> objs) override;
 
     /** @brief Event processing entry point. */
     void handleEvent(sdbusplus::message_t&, const Event& event,