aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-listener.h
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-06-01 14:24:17 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-06-01 14:24:17 -0500
commit99a719aac32c4347c9b250372d887ca94aa56330 (patch)
tree61c623f595d52a4cae55f40cf8650fd90f012cf5 /src/dbus-listener.h
parent52d1979d7332427054251501b438fdf61e3a8dd8 (diff)
downloadayatana-indicator-power-99a719aac32c4347c9b250372d887ca94aa56330.tar.gz
ayatana-indicator-power-99a719aac32c4347c9b250372d887ca94aa56330.tar.bz2
ayatana-indicator-power-99a719aac32c4347c9b250372d887ca94aa56330.zip
copyediting: fix tab damage in dbus-listener.[ch]
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;
};
/***