summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-08-06 19:39:13 +0300
committerEd Tanous <ed@tanous.net>2022-08-08 07:20:34 +0300
commit4e7776689b7d66cfb3c199985c9e70fea7be77c2 (patch)
tree5a6b9d185e9518c23552fcb2ab41aa536d9eefa1
parentd9f6c621036162e9071ce3c3a333b4544c6db870 (diff)
downloadbmcweb-4e7776689b7d66cfb3c199985c9e70fea7be77c2.tar.xz
Fix tabbing on humidity
This looks tabbed incorrectly. Change to match the rest of the list. Tested: Whitespace change only. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I5ddcd6b21f4baa3f570194d638c8ba2072cdb62e
-rw-r--r--redfish-core/lib/sensors.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index 44faca67ac..aa48e0d735 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -58,7 +58,7 @@ static auto sensorPaths = std::to_array<std::string_view>({
"/xyz/openbmc_project/sensors/power",
"/xyz/openbmc_project/sensors/current",
"/xyz/openbmc_project/sensors/airflow",
- "/xyz/openbmc_project/sensors/humidity",
+ "/xyz/openbmc_project/sensors/humidity",
#ifdef BMCWEB_NEW_POWERSUBSYSTEM_THERMALSUBSYSTEM
"/xyz/openbmc_project/sensors/voltage",
"/xyz/openbmc_project/sensors/fan_tach",