commit | bc8958fec769e4c3f99b2fb8b64dd45eb414cf5b | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Mon Jul 04 09:29:49 2022 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Mon Jul 04 17:27:26 2022 +0800 |
tree | 9be7fb5ee88c616d2c272208fe221d548bed9674 | |
parent | aa8b541d6b4aba53a3a0b39d9123f433cb5cc5e7 [diff] [blame] |
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/guid.hpp b/command/guid.hpp index f73e449..04f289a 100644 --- a/command/guid.hpp +++ b/command/guid.hpp
@@ -2,8 +2,9 @@ #include "comm_module.hpp" -#include <cstddef> #include <sdbusplus/bus/match.hpp> + +#include <cstddef> #include <vector> namespace command