summaryrefslogtreecommitdiff
path: root/sensors-applet/sensors-applet.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:10:02 +0200
committerraveit65 <[email protected]>2021-12-11 15:25:56 +0100
commit8da9bfdbc16d5516ec6088f27088caac7780374f (patch)
tree7ab6c588bea6fab7a76803cf886b897c5e3d0d03 /sensors-applet/sensors-applet.h
parenta935712451ee1d7d9eb466294c75c5abe727115c (diff)
downloadmate-sensors-applet-8da9bfdbc16d5516ec6088f27088caac7780374f.tar.bz2
mate-sensors-applet-8da9bfdbc16d5516ec6088f27088caac7780374f.tar.xz
Use a blank line at most
Diffstat (limited to 'sensors-applet/sensors-applet.h')
-rw-r--r--sensors-applet/sensors-applet.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sensors-applet/sensors-applet.h b/sensors-applet/sensors-applet.h
index db42581..98473ed 100644
--- a/sensors-applet/sensors-applet.h
+++ b/sensors-applet/sensors-applet.h
@@ -59,7 +59,6 @@ static const gchar * const stock_icons[NUM_ICONS] = {
#define UNITS_VOLTAGE _("V")
#define UNITS_CURRENT _("A")
-
/* enumeration used to identify columns in the GtkTreeStore data structure */
enum {
PATH_COLUMN = 0,
@@ -83,7 +82,6 @@ enum {
N_COLUMNS
};
-
/* for display mode */
typedef enum {
DISPLAY_LABEL_WITH_VALUE = 0,
@@ -145,7 +143,6 @@ struct _SensorsApplet {
gboolean show_tooltip;
};
-
/* non-static function prototypes */
void sensors_applet_init(SensorsApplet *sensors_applet);
void sensors_applet_sensor_enabled(SensorsApplet *sensors_applet, GtkTreePath *path);