diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-18 11:20:47 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-18 11:20:47 +0100 |
commit | 9bba58ee4dae536ce92f396854e2c0e671d9b7f0 (patch) | |
tree | 26a4f5aa6f3c8f39ee83b56f7093d14387af28ec /src/sound-service-dbus.h | |
parent | 9d081fd7a4c36606854008ae72c960d419399e9a (diff) | |
parent | c8b2631eb77064a3f828aaeb9f2e7a09b257b332 (diff) | |
download | ayatana-indicator-sound-9bba58ee4dae536ce92f396854e2c0e671d9b7f0.tar.gz ayatana-indicator-sound-9bba58ee4dae536ce92f396854e2c0e671d9b7f0.tar.bz2 ayatana-indicator-sound-9bba58ee4dae536ce92f396854e2c0e671d9b7f0.zip |
fixed spacing issues
Diffstat (limited to 'src/sound-service-dbus.h')
-rw-r--r-- | src/sound-service-dbus.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sound-service-dbus.h b/src/sound-service-dbus.h index ae4953e..258b610 100644 --- a/src/sound-service-dbus.h +++ b/src/sound-service-dbus.h @@ -38,8 +38,7 @@ typedef struct _SoundServiceDbus SoundServiceDbus; typedef struct _SoundServiceDbusClass SoundServiceDbusClass; typedef struct _SoundData SoundData; -struct _SoundData -{ +struct _SoundData { SoundServiceDbus *service; }; @@ -49,7 +48,7 @@ struct _SoundServiceDbus { struct _SoundServiceDbusClass { GObjectClass parent_class; -}; +}; GType sound_service_dbus_get_type (void) G_GNUC_CONST; // Utility methods to get the SIGNAL messages across into the sound-service-dbus |