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: I267a17e007b99caed10aef060e7dd9a0bcc5fc2e
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/mainloop.hpp b/mainloop.hpp
index 468223b..cc8de94 100644
--- a/mainloop.hpp
+++ b/mainloop.hpp
@@ -8,14 +8,15 @@
#include "sysfs.hpp"
#include "types.hpp"
-#include <any>
-#include <future>
-#include <memory>
-#include <optional>
#include <sdbusplus/server.hpp>
#include <sdeventplus/clock.hpp>
#include <sdeventplus/event.hpp>
#include <sdeventplus/utility/timer.hpp>
+
+#include <any>
+#include <future>
+#include <memory>
+#include <optional>
#include <string>
#include <vector>