clang-format: update to latest from docs repo
This is from openbmc/docs/style/cpp/.clang-format
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I5b80bb568451706afb6d268b41e1a5357a2ca6db
diff --git a/host_check_main.cpp b/host_check_main.cpp
index 56b22fb..e055abc 100644
--- a/host_check_main.cpp
+++ b/host_check_main.cpp
@@ -1,13 +1,16 @@
-#include <cstdlib>
+#include "config.h"
+
#include <unistd.h>
-#include <iostream>
-#include <fstream>
-#include <cstdio>
+
+#include <phosphor-logging/log.hpp>
#include <sdbusplus/bus.hpp>
#include <sdbusplus/exception.hpp>
-#include <phosphor-logging/log.hpp>
#include <xyz/openbmc_project/Control/Host/server.hpp>
-#include "config.h"
+
+#include <cstdio>
+#include <cstdlib>
+#include <fstream>
+#include <iostream>
using namespace std::literals;
using namespace phosphor::logging;