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.cpp b/scheduled_host_transition.cpp
index 4bf16bd..1eb48f4 100644
--- a/scheduled_host_transition.cpp
+++ b/scheduled_host_transition.cpp
@@ -1,16 +1,19 @@
 #include "scheduled_host_transition.hpp"
+
 #include "utils.hpp"
 
+#include <sys/timerfd.h>
+#include <unistd.h>
+
+#include <cereal/archives/json.hpp>
 #include <phosphor-logging/elog-errors.hpp>
 #include <phosphor-logging/elog.hpp>
 #include <phosphor-logging/log.hpp>
 #include <xyz/openbmc_project/ScheduledTime/error.hpp>
-#include <cereal/archives/json.hpp>
+
 #include <chrono>
 #include <filesystem>
 #include <fstream>
-#include <sys/timerfd.h>
-#include <unistd.h>
 
 // Need to do this since its not exported outside of the kernel.
 // Refer : https://gist.github.com/lethean/446cea944b7441228298