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
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index 44faca6..aa48e0d 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -58,7 +58,7 @@
     "/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",