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: Iee11124b1ba47d04dd7c08ef0bd816470a0c69ea
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/src/peci_pcie.cpp b/src/peci_pcie.cpp
index 0e9ca91..63b56cf 100644
--- a/src/peci_pcie.cpp
+++ b/src/peci_pcie.cpp
@@ -977,7 +977,7 @@
                 }
             }
         }
-        });
+    });
 
     // Check if the OS state is already available
     conn->async_method_call(
@@ -1008,7 +1008,7 @@
         {
             waitForOSStandbyDelay(io, objServer, osStandbyTimer, cpuInfo);
         }
-        },
+    },
         "xyz.openbmc_project.State.OperatingSystem",
         "/xyz/openbmc_project/state/os", "org.freedesktop.DBus.Properties",
         "Get", "xyz.openbmc_project.State.OperatingSystem.Status",