From dfeacefb17682c2f6f5e52becfbe765c1cb50400 Mon Sep 17 00:00:00 2001 From: Zebity Spring Date: Fri, 12 Jul 2019 23:25:54 +1000 Subject: [PATCH] Run contrib/format.sh across entire *.h/*.c source tree (2nd of 2) --- src/sensors.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sensors.c b/src/sensors.c index 90f30f0c..61868e88 100644 --- a/src/sensors.c +++ b/src/sensors.c @@ -230,7 +230,7 @@ static int sensors_load_conf(void) { last_feature = fl; } /* while sensors_get_all_features */ } /* while sensors_get_detected_chips */ - /* #endif SENSORS_API_VERSION < 0x400 */ + /* #endif SENSORS_API_VERSION < 0x400 */ #elif (SENSORS_API_VERSION >= 0x400) chip_num = 0; -- 2.11.0