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/smu-sys/smu-sys-plugin.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/smu-sys') diff --git a/plugins/smu-sys/smu-sys-plugin.c b/plugins/smu-sys/smu-sys-plugin.c index 22f97f0..fbf3ff6 100644 --- a/plugins/smu-sys/smu-sys-plugin.c +++ b/plugins/smu-sys/smu-sys-plugin.c @@ -40,7 +40,6 @@ const gchar *plugin_name = "smu-sys"; #define TEMPERATURE "-temp" #define FAN_SPEED "-fan" - enum { SMU_SYS_DEVICE_FILE_OPEN_ERROR, SMU_SYS_DEVICE_FILE_READ_ERROR @@ -110,7 +109,6 @@ static void smu_sys_plugin_test_sensor(GList **sensors, const gchar *path) { g_free(filename); } - /* to be called to setup for sys sensors */ GList *smu_sys_plugin_init(void) { GList *sensors = NULL; -- cgit v1.2.1