summaryrefslogtreecommitdiff
path: root/sensors-applet/sensors-applet-plugin.h
diff options
context:
space:
mode:
authorinfo-cppsp <[email protected]>2017-11-18 16:22:23 +0100
committerraveit65 <[email protected]>2017-11-26 20:41:43 +0100
commit287eeb06149861d8a56de73b2c897ebac95e48b0 (patch)
tree79058b9df4aadc78ba9e737be8ca33826c032384 /sensors-applet/sensors-applet-plugin.h
parentb678af6c09b45c7dd2488972ec78a8d86b34a206 (diff)
downloadmate-sensors-applet-287eeb06149861d8a56de73b2c897ebac95e48b0.tar.bz2
mate-sensors-applet-287eeb06149861d8a56de73b2c897ebac95e48b0.tar.xz
Fix indents 05
Diffstat (limited to 'sensors-applet/sensors-applet-plugin.h')
-rw-r--r--sensors-applet/sensors-applet-plugin.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/sensors-applet/sensors-applet-plugin.h b/sensors-applet/sensors-applet-plugin.h
index 131a4ef..6d7bcdf 100644
--- a/sensors-applet/sensors-applet-plugin.h
+++ b/sensors-applet/sensors-applet-plugin.h
@@ -32,8 +32,8 @@ GQuark sensors_applet_plugin_error_quark(void);
* structs to create the sensors for this plugin from
*/
GList *sensors_applet_plugin_init(void);
-gdouble sensors_applet_plugin_get_sensor_value(const gchar *path,
- const gchar *id,
+gdouble sensors_applet_plugin_get_sensor_value(const gchar *path,
+ const gchar *id,
SensorType type,
GError **error);
@@ -43,8 +43,8 @@ void sensors_applet_plugin_find_sensors(GList **sensors,
const gchar *path,
SensorsAppletPluginTestSensorFunc);
-void sensors_applet_plugin_default_sensor_limits(SensorType type,
- gdouble *low_value,
+void sensors_applet_plugin_default_sensor_limits(SensorType type,
+ gdouble *low_value,
gdouble *high_value);
void sensors_applet_plugin_add_sensor(GList **sensors,
@@ -56,7 +56,6 @@ void sensors_applet_plugin_add_sensor(GList **sensors,
IconType icon,
const gchar *graph_color);
-
void sensors_applet_plugin_add_sensor_with_limits(GList **sensors,
const gchar *path,
const gchar *id,
@@ -68,5 +67,4 @@ void sensors_applet_plugin_add_sensor_with_limits(GList **sensors,
IconType icon,
const gchar *graph_color);
-
#endif // SENSORS_APPLET_PLUGIN_H