From 99a719aac32c4347c9b250372d887ca94aa56330 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Fri, 1 Jun 2012 14:24:17 -0500 Subject: copyediting: fix tab damage in dbus-listener.[ch] --- src/dbus-listener.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/dbus-listener.h') 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; }; /*** -- cgit v1.2.3