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: I0a1783b101aa4e7d4b80fd5e1fc1b2beb86c5caa
diff --git a/machine_name.cpp b/machine_name.cpp
index 4946cd6..c06ce5c 100644
--- a/machine_name.cpp
+++ b/machine_name.cpp
@@ -17,10 +17,11 @@
#include "commands.hpp"
#include "errors.hpp"
+#include <ipmid/api-types.hpp>
+
#include <cstddef>
#include <cstdio>
#include <cstring>
-#include <ipmid/api-types.hpp>
#include <optional>
#include <span>
#include <string>