clang-format: copy latest and re-format

clang-format-16 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: Ia442cdc88aaeaab2f1384cc46a56f5cd5e40f2f5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/impl.cpp b/impl.cpp
index 7d51433..1f1cb9e 100644
--- a/impl.cpp
+++ b/impl.cpp
@@ -1,5 +1,7 @@
 #include "impl.hpp"
 
+#include "vpdecc/vpdecc.h"
+
 #include "const.hpp"
 #include "defines.hpp"
 #include "ibm_vpd_utils.hpp"
@@ -15,8 +17,6 @@
 #include <tuple>
 #include <unordered_map>
 
-#include "vpdecc/vpdecc.h"
-
 namespace openpower
 {
 namespace vpd
@@ -348,9 +348,9 @@
 
             if (rc != eccStatus::SUCCESS)
             {
-                std::string errorMsg =
-                    std::string("ERROR: ECC check did not pass for the "
-                                "Record:");
+                std::string errorMsg = std::string(
+                    "ERROR: ECC check did not pass for the "
+                    "Record:");
                 throw(VpdEccException(errorMsg));
             }
         }
@@ -660,4 +660,4 @@
 
 } // namespace parser
 } // namespace vpd
-} // namespace openpower
\ No newline at end of file
+} // namespace openpower