From 0f1747433389f5885c0892c2ffb4f3bec0279d14 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Tue, 2 Apr 2013 17:03:03 +0000 Subject: [PATCH] style --- src/ui_sensorpref.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui_sensorpref.c b/src/ui_sensorpref.c index 77dba01..5816c3f 100644 --- a/src/ui_sensorpref.c +++ b/src/ui_sensorpref.c @@ -365,8 +365,7 @@ static void apply_pref(struct sensor_pref *p, int pos, struct config *cfg) config_set_sensor_enabled(s->id, s->enabled); } - if (is_temp_type(s->type) - && cfg->temperature_unit == FAHRENHEIT) { + if (is_temp_type(s->type) && cfg->temperature_unit == FAHRENHEIT) { s->alarm_high_threshold = fahrenheit_to_celcius(p->alarm_high_threshold); s->alarm_low_threshold -- 2.7.4