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: I84a952aae0e96b2960d8622659902df660d5ddb8
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/example/heartbeat.cpp b/example/heartbeat.cpp
index 4a1374a..b957339 100644
--- a/example/heartbeat.cpp
+++ b/example/heartbeat.cpp
@@ -1,10 +1,11 @@
-#include <chrono>
-#include <cstdio>
#include <sdeventplus/clock.hpp>
#include <sdeventplus/event.hpp>
#include <sdeventplus/source/signal.hpp>
#include <sdeventplus/source/time.hpp>
#include <stdplus/signal.hpp>
+
+#include <chrono>
+#include <cstdio>
#include <string>
#include <utility>