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: I3942bdbbb0fc2d46d755a74f481bb44fa63dc486
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/gpioMon.hpp b/gpioMon.hpp
index 5750d39..a645e02 100644
--- a/gpioMon.hpp
+++ b/gpioMon.hpp
@@ -4,6 +4,7 @@
#include <boost/asio/io_context.hpp>
#include <boost/asio/posix/stream_descriptor.hpp>
+
#include <map>
#include <vector>