From d6064e001cf95b7c5a3c506f6567cd38821d2765 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 26 Apr 2012 10:16:36 +0000 Subject: [PATCH] code style --- src/cfg.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/cfg.c b/src/cfg.c index 55a20e5..93f1db3 100644 --- a/src/cfg.c +++ b/src/cfg.c @@ -95,7 +95,7 @@ static struct color *config_get_background_color() { char *scolor = get_string(KEY_GRAPH_BACKGROUND_COLOR, - DEFAULT_GRAPH_BACKGROUND_COLOR); + DEFAULT_GRAPH_BACKGROUND_COLOR); struct color *c = string_to_color(scolor); @@ -325,7 +325,6 @@ int config_is_sensor_enabled(char *sid) free(escaped_name); return res == TRUE; - } void config_set_sensor_enabled(char *sid, int enabled) @@ -592,5 +591,4 @@ void config_save(struct config *c) KEY_INTERFACE_TEMPERATURE_UNIT, c->temperature_unit, NULL); - } -- 2.7.4