commit | b5ca101530dc5fa0992d00ab36edb292519cef94 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Fri Sep 10 12:53:11 2021 +0800 |
committer | George Liu <liuxiwei@inspur.com> | Tue Sep 14 09:50:34 2021 +0800 |
tree | aa8fd76e3755a069534a5f44f81d8739e2cc608f | |
parent | d267cec28eb3dea0c9dc1fef9010ef7ba650ce3d [diff] [blame] |
Update clang-format refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format Tested: built openpower-occ-control successfully. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I136870023229ff906d471dd4d8debfd404812ff1
diff --git a/powercap.hpp b/powercap.hpp index bb4dc8b..212c1c2 100644 --- a/powercap.hpp +++ b/powercap.hpp
@@ -5,10 +5,11 @@ #include "occ_status.hpp" #include "utils.hpp" -#include <experimental/filesystem> #include <sdbusplus/bus.hpp> #include <sdbusplus/bus/match.hpp> +#include <experimental/filesystem> + namespace open_power { namespace occ