clang-format: copy latest and re-format

clang-format-17 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I23b5aa5ca608bf502224f036b3e217eefcab1d10
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/inc/post_code.hpp b/inc/post_code.hpp
index ea9b4ce..737e0e4 100644
--- a/inc/post_code.hpp
+++ b/inc/post_code.hpp
@@ -83,13 +83,13 @@
         {
             this->savePostCodes(std::get<postcode_t>(valPropMap->second));
         }
-            }),
-    propertiesChangedSignalCurrentHostState(
-        bus,
-        sdbusplus::bus::match::rules::propertiesChanged(
-            HostStatePathPrefix + std::to_string(node),
-            "xyz.openbmc_project.State.Host"),
-        [this](sdbusplus::message_t& msg) {
+    }),
+        propertiesChangedSignalCurrentHostState(
+            bus,
+            sdbusplus::bus::match::rules::propertiesChanged(
+                HostStatePathPrefix + std::to_string(node),
+                "xyz.openbmc_project.State.Host"),
+            [this](sdbusplus::message_t& msg) {
         std::string intfName;
         std::map<std::string, std::variant<std::string>> msgData;
         msg.read(intfName, msgData);
@@ -114,7 +114,7 @@
                 }
             }
         }
-        })
+    })
     {
         phosphor::logging::log<phosphor::logging::level::INFO>(
             "PostCode is created");