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/occ_dbus.cpp b/occ_dbus.cpp index 2ed2f3b..dde2e7d 100644 --- a/occ_dbus.cpp +++ b/occ_dbus.cpp
@@ -2,9 +2,10 @@ #include "utils.hpp" -#include <iostream> #include <phosphor-logging/log.hpp> +#include <iostream> + namespace open_power { namespace occ