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/scheduled_host_transition.hpp b/scheduled_host_transition.hpp
index b42c5ae..4b75ad3 100644
--- a/scheduled_host_transition.hpp
+++ b/scheduled_host_transition.hpp
@@ -1,11 +1,12 @@
#pragma once
-#include <sdbusplus/bus.hpp>
+#include "config.h"
+
#include <phosphor-logging/log.hpp>
+#include <sdbusplus/bus.hpp>
#include <sdeventplus/event.hpp>
#include <sdeventplus/utility/timer.hpp>
#include <xyz/openbmc_project/State/ScheduledHostTransition/server.hpp>
-#include "config.h"
class TestScheduledHostTransition;