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/pldm.cpp b/pldm.cpp index 2552183..30faf89 100644 --- a/pldm.cpp +++ b/pldm.cpp
@@ -42,8 +42,8 @@ if (!offsetFound) { - log<level::ERR>("pldm: OCC state sensor PDR with StateSetId " - "PLDM_STATE_SET_OPERATIONAL_RUNNING_STATUS not found"); + log<level::ERR>( + "pldm: OCC state sensor PDR with StateSetId PLDM_STATE_SET_OPERATIONAL_RUNNING_STATUS not found"); return; }