aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-listener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus-listener.h')
-rw-r--r--src/dbus-listener.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/dbus-listener.h b/src/dbus-listener.h
index d1ab993..b07c73f 100644
--- a/src/dbus-listener.h
+++ b/src/dbus-listener.h
@@ -55,9 +55,9 @@ typedef struct _IndicatorPowerDbusListenerPrivate IndicatorPowerDbusListenerPriv
*/
struct _IndicatorPowerDbusListenerClass
{
- GObjectClass parent_class;
+ GObjectClass parent_class;
- void (* devices_enumerated) (IndicatorPowerDbusListener*, GSList * devices);
+ void (* devices_enumerated) (IndicatorPowerDbusListener*, GSList * devices);
};
/**
@@ -67,8 +67,8 @@ struct _IndicatorPowerDbusListenerClass
*/
struct _IndicatorPowerDbusListener
{
- GObject parent;
- IndicatorPowerDbusListenerPrivate * priv;
+ GObject parent;
+ IndicatorPowerDbusListenerPrivate * priv;
};
/***