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: I6083e412d8356a97b5213a138f370bfeb43a69b3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/dbus.hpp b/dbus.hpp
index 3091fbf..08cf4f4 100644
--- a/dbus.hpp
+++ b/dbus.hpp
@@ -1,7 +1,8 @@
#pragma once
-#include <map>
#include <sdbusplus/server.hpp>
+
+#include <map>
#include <string>
#include <vector>