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: Ib2525d51a1b946dc1d3d8adb697fb05627348e8c
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/main.cpp b/main.cpp
index e45d878..34278b1 100644
--- a/main.cpp
+++ b/main.cpp
@@ -18,11 +18,12 @@
#include "ethstats.hpp"
-#include <cstdio>
#include <ipmid/iana.hpp>
#include <ipmid/oemopenbmc.hpp>
#include <ipmid/oemrouter.hpp>
+#include <cstdio>
+
namespace ethstats
{