summaryrefslogtreecommitdiff
path: root/redfish-core/lib/sensors.hpp
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-02-23 02:14:25 +0300
committerGunnar Mills <gmills@us.ibm.com>2021-02-23 23:17:10 +0300
commit738c1e610e3b3e3bf1dd4cc80965dbceefeeddf1 (patch)
treeafef5abe6bf8cf904b809f6344edbe78317f5bcf /redfish-core/lib/sensors.hpp
parentee135e246d8348048b5409b5ed0b81d9c1820c30 (diff)
downloadbmcweb-738c1e610e3b3e3bf1dd4cc80965dbceefeeddf1.tar.xz
clang-format-11: reformat
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0f662e2e6d594567cc10eee34e1df2ca89614870
Diffstat (limited to 'redfish-core/lib/sensors.hpp')
-rw-r--r--redfish-core/lib/sensors.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index 5a05c31bc5..5cef3b13bf 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -521,10 +521,10 @@ void getChassis(const std::shared_ptr<SensorsAsyncResp>& sensorsAsyncResp,
sensorsAsyncResp->chassisSubNode ==
sensors::node::thermal
? "Temperatures"
- : sensorsAsyncResp->chassisSubNode ==
- sensors::node::power
- ? "Voltages"
- : "Sensors");
+ : sensorsAsyncResp->chassisSubNode ==
+ sensors::node::power
+ ? "Voltages"
+ : "Sensors");
return;
}
const std::shared_ptr<boost::container::flat_set<std::string>>