Update to the latest .clang-format

Change-Id: Idaaffec251b35a024482a67ef424c3424a92149c
Signed-off-by: Jason M. Bills <jason.m.bills@intel.com>
diff --git a/include/me_to_redfish_hooks.hpp b/include/me_to_redfish_hooks.hpp
index 0ce26e7..4a6cf2b 100644
--- a/include/me_to_redfish_hooks.hpp
+++ b/include/me_to_redfish_hooks.hpp
@@ -103,10 +103,10 @@
 }
 
 template <int idx>
-static inline bool
-    logByte(const SELData& selData, std::string& /* unused */,
-            std::vector<std::string>& args,
-            std::function<std::string(uint8_t)> conversion = nullptr)
+static inline bool logByte(
+    const SELData& selData, std::string& /* unused */,
+    std::vector<std::string>& args,
+    std::function<std::string(uint8_t)> conversion = nullptr)
 {
     uint8_t byte;
     switch (idx)