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/libsensors/libsensors-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/libsensors/libsensors-plugin.c')
-rw-r--r-- | plugins/libsensors/libsensors-plugin.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/libsensors/libsensors-plugin.c b/plugins/libsensors/libsensors-plugin.c index b587933..b95b888 100644 --- a/plugins/libsensors/libsensors-plugin.c +++ b/plugins/libsensors/libsensors-plugin.c @@ -435,7 +435,6 @@ static gdouble libsensors_plugin_get_sensor_value(const gchar *path, return result; } - static GList *libsensors_plugin_init(void) { GError *err = NULL; |