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: Ie13ec923211e361746c76425cc9b02ea1823387b
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/host-interface.cpp b/host-interface.cpp
index 5aa7806..47e4437 100644
--- a/host-interface.cpp
+++ b/host-interface.cpp
@@ -1,12 +1,13 @@
#include <config.h>
-#include <chrono>
-#include <functional>
#include <host-interface.hpp>
#include <ipmid-host/cmd-utils.hpp>
#include <ipmid-host/cmd.hpp>
#include <oemhandler.hpp>
#include <phosphor-logging/log.hpp>
+
+#include <chrono>
+#include <functional>
namespace open_power
{
namespace host