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/main.cpp b/main.cpp
index 17fecfa..fc9a28c 100644
--- a/main.cpp
+++ b/main.cpp
@@ -21,9 +21,10 @@
 #include <CLI/CLI.hpp>
 #include <phosphor-logging/log.hpp>
 #include <sdbusplus/asio/connection.hpp>
-#include <tuple>
 #include <user_channel/channel_layer.hpp>
 
+#include <tuple>
+
 using namespace phosphor::logging;
 
 static auto io = std::make_shared<boost::asio::io_context>();