commit | 0fda0f12bb9ae0604a083dfae419be38a1418913 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Tue Nov 16 10:06:17 2021 +0800 |
committer | Ed Tanous <ed@tanous.net> | Fri Nov 19 17:59:32 2021 +0000 |
tree | a7b1939ac5c88dbe2d509edb3d7194974049dc22 | |
parent | 266a2affcef91ca12e1b04386ebb5cd03cb7b345 [diff] [blame] |
Update clang-format refer: https://github.com/openbmc/docs/blob/master/style/cpp/.clang-format `Don't break long string literals` Tested: built bmcweb successfully and RedfishValidator Passed. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Ib58f7c942fd3838592e043c57e0b6ffcdc3d963b
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp index af9f466..6257dce 100644 --- a/redfish-core/lib/sensors.hpp +++ b/redfish-core/lib/sensors.hpp
@@ -1251,8 +1251,7 @@ { BMCWEB_LOG_ERROR - << "Invalid redundancy interface " - "types"; + << "Invalid redundancy interface types"; messages::internalError( sensorsAsyncResp->asyncResp->res); return;