Update to latest clang-format

Refer:https://github.com/openbmc/docs/blob/ac5d544553934f8083c61c5986a1420261bc8a4c/style/cpp/.clang-format

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I1e06864afc29ce7de463e62fa2a0eb6f70e8fd93
diff --git a/command_table.cpp b/command_table.cpp
index 1514274..00acc65 100644
--- a/command_table.cpp
+++ b/command_table.cpp
@@ -5,7 +5,6 @@
 #include "message_parsers.hpp"
 #include "sessions_manager.hpp"
 
-#include <iomanip>
 #include <ipmid/types.hpp>
 #include <main.hpp>
 #include <phosphor-logging/elog-errors.hpp>
@@ -13,6 +12,8 @@
 #include <user_channel/user_layer.hpp>
 #include <xyz/openbmc_project/Common/error.hpp>
 
+#include <iomanip>
+
 using namespace sdbusplus::xyz::openbmc_project::Common::Error;
 using namespace phosphor::logging;