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/types.hpp b/types.hpp
index a98a4f3..dae7207 100644
--- a/types.hpp
+++ b/types.hpp
@@ -1,8 +1,9 @@
#pragma once
+#include <sdbusplus/server.hpp>
+
#include <climits>
#include <map>
-#include <sdbusplus/server.hpp>
#include <string>
#include <unordered_map>
#include <vector>
@@ -82,4 +83,4 @@
} // namespace inventory
} // namespace vpd
-} // namespace openpower
\ No newline at end of file
+} // namespace openpower