Update clang-format

Update to the latest OpenBMC clang-format.

Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
Change-Id: I54010d3c756af4c85786285644038d449730612b
diff --git a/dump_manager_main.cpp b/dump_manager_main.cpp
index e38a521..207de53 100644
--- a/dump_manager_main.cpp
+++ b/dump_manager_main.cpp
@@ -8,9 +8,10 @@
 #include "watch.hpp"
 #include "xyz/openbmc_project/Common/error.hpp"
 
-#include <memory>
 #include <phosphor-logging/elog-errors.hpp>
 #include <sdbusplus/bus.hpp>
+
+#include <memory>
 #include <vector>
 
 int main()