diff options
author | rbuj <[email protected]> | 2021-10-27 18:10:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:25:56 +0100 |
commit | 8da9bfdbc16d5516ec6088f27088caac7780374f (patch) | |
tree | 7ab6c588bea6fab7a76803cf886b897c5e3d0d03 /plugins/pmu-sys/pmu-sys-plugin.c | |
parent | a935712451ee1d7d9eb466294c75c5abe727115c (diff) | |
download | mate-sensors-applet-8da9bfdbc16d5516ec6088f27088caac7780374f.tar.bz2 mate-sensors-applet-8da9bfdbc16d5516ec6088f27088caac7780374f.tar.xz |
Use a blank line at most
Diffstat (limited to 'plugins/pmu-sys/pmu-sys-plugin.c')
-rw-r--r-- | plugins/pmu-sys/pmu-sys-plugin.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/pmu-sys/pmu-sys-plugin.c b/plugins/pmu-sys/pmu-sys-plugin.c index 6585ddf..1cac7e9 100644 --- a/plugins/pmu-sys/pmu-sys-plugin.c +++ b/plugins/pmu-sys/pmu-sys-plugin.c @@ -42,7 +42,6 @@ const gchar *plugin_name = "pmu-sys"; #define TEMPERATURE "_temperature" #define FAN_SPEED "_fan_speed" - enum { PMU_SYS_DEVICE_FILE_OPEN_ERROR, PMU_SYS_DEVICE_FILE_READ_ERROR @@ -118,7 +117,6 @@ static void pmu_sys_plugin_test_sensor(GList **sensors, const gchar *path) { g_free(filename); } - /* to be called to setup for sys sensors */ GList *pmu_sys_plugin_init(void) { GList *sensors = NULL; |