From: Jean-Philippe Orsini Date: Tue, 2 Apr 2013 17:03:03 +0000 (+0000) Subject: style X-Git-Tag: v0.8.0.5~101 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=0f1747433389f5885c0892c2ffb4f3bec0279d14 style --- 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