style
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 13 May 2013 06:21:49 +0000 (06:21 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 13 May 2013 06:21:49 +0000 (06:21 +0000)
src/graph.c

index 71e8396..3b4eb05 100644 (file)
@@ -262,7 +262,6 @@ graph_update(struct psensor **sensors,
        max_rpm = get_max_rpm(sensors);
 
        mint = get_min_temp(sensors);
-
        strmin = psensor_value_to_str(SENSOR_TYPE_TEMP,
                                      mint,
                                      config->temperature_unit == CELCIUS);