clang-format: update latest spec and reformat

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

Change-Id: I2a188ebd3faf376ecba3e20ef6a28ffbaa986628
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/sessions_manager.hpp b/sessions_manager.hpp
index 754f618..d6f847b 100644
--- a/sessions_manager.hpp
+++ b/sessions_manager.hpp
@@ -84,11 +84,11 @@
      * @return session handle on success and nullptr on failure
      *
      */
-    std::shared_ptr<Session>
-        startSession(SessionID remoteConsoleSessID, Privilege priv,
-                     cipher::rakp_auth::Algorithms authAlgo,
-                     cipher::integrity::Algorithms intAlgo,
-                     cipher::crypt::Algorithms cryptAlgo);
+    std::shared_ptr<Session> startSession(
+        SessionID remoteConsoleSessID, Privilege priv,
+        cipher::rakp_auth::Algorithms authAlgo,
+        cipher::integrity::Algorithms intAlgo,
+        cipher::crypt::Algorithms cryptAlgo);
 
     /**
      * @brief Stop IPMI Session
@@ -110,9 +110,9 @@
      * @return session handle on success and nullptr on failure
      *
      */
-    std::shared_ptr<Session>
-        getSession(SessionID sessionID,
-                   RetrieveOption option = RetrieveOption::BMC_SESSION_ID);
+    std::shared_ptr<Session> getSession(
+        SessionID sessionID,
+        RetrieveOption option = RetrieveOption::BMC_SESSION_ID);
     uint8_t getActiveSessionCount() const;
     uint8_t getSessionHandle(SessionID bmcSessionID) const;
     uint8_t storeSessionHandle(SessionID bmcSessionID);