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/systemd_target_signal.cpp b/systemd_target_signal.cpp
index f27e418..7d1d1db 100644
--- a/systemd_target_signal.cpp
+++ b/systemd_target_signal.cpp
@@ -1,9 +1,10 @@
-#include <phosphor-logging/log.hpp>
+#include "systemd_target_signal.hpp"
+
#include <phosphor-logging/elog-errors.hpp>
+#include <phosphor-logging/log.hpp>
+#include <sdbusplus/exception.hpp>
#include <sdbusplus/server/manager.hpp>
#include <sdeventplus/event.hpp>
-#include <sdbusplus/exception.hpp>
-#include "systemd_target_signal.hpp"
#include <xyz/openbmc_project/Common/error.hpp>
namespace phosphor