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/message_handler.cpp b/message_handler.cpp
index 33bb195..861d69f 100644
--- a/message_handler.cpp
+++ b/message_handler.cpp
@@ -8,8 +8,9 @@
 
 #include <sys/socket.h>
 
-#include <memory>
 #include <phosphor-logging/log.hpp>
+
+#include <memory>
 #include <string>
 #include <vector>
 
@@ -108,7 +109,6 @@
 
 void Handler::executeCommand()
 {
-
     // Get the CommandID to map into the command table
     auto command = inMessage->getCommand();
     if (inMessage->payloadType == PayloadType::IPMI)