From 8da9bfdbc16d5516ec6088f27088caac7780374f Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 27 Oct 2021 18:10:02 +0200 Subject: Use a blank line at most --- plugins/pmu-sys/pmu-sys-plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/pmu-sys/pmu-sys-plugin.c') 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; -- cgit v1.2.1