cosmetic changes
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 7 Jun 2014 12:36:33 +0000 (14:36 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 7 Jun 2014 12:36:33 +0000 (14:36 +0200)
src/cfg.h

index d56f18b..b5982de 100644 (file)
--- a/src/cfg.h
+++ b/src/cfg.h
@@ -21,8 +21,8 @@
 
 #include <gconf/gconf-client.h>
 
-#include "bool.h"
-#include "color.h"
+#include <bool.h>
+#include <color.h>
 
 enum temperature_unit {
        CELSIUS,
@@ -44,9 +44,7 @@ struct config {
 
        bool alpha_channel_enabled;
 
-       /*
-        * Position of the sensors list table
-        */
+       /* Position of the sensors list table */
        enum sensorlist_position sensorlist_position;
 
        bool window_decoration_enabled;
@@ -79,9 +77,7 @@ struct config {
        int slog_interval;
 };
 
-/*
-  Loads config from GConf
-*/
+/* Loads psensor configuration */
 struct config *config_load();
 
 void config_save(const struct config *);