diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-07 14:18:28 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-07 14:18:28 +0000 |
commit | 55b5ef4065d32cca71b745c8dc4790e1b71af0fd (patch) | |
tree | 3924e039f2eb72d08738c8017b667cffa37aa5ac /src/volume-widget.h | |
parent | 4280f27f7b3f42a73c971664f0cd322780c2bff6 (diff) | |
download | ayatana-indicator-sound-55b5ef4065d32cca71b745c8dc4790e1b71af0fd.tar.gz ayatana-indicator-sound-55b5ef4065d32cca71b745c8dc4790e1b71af0fd.tar.bz2 ayatana-indicator-sound-55b5ef4065d32cca71b745c8dc4790e1b71af0fd.zip |
tabs to spaces tab width 2
Diffstat (limited to 'src/volume-widget.h')
-rw-r--r-- | src/volume-widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/volume-widget.h b/src/volume-widget.h index 202bbb3..072cfde 100644 --- a/src/volume-widget.h +++ b/src/volume-widget.h @@ -32,15 +32,15 @@ G_BEGIN_DECLS #define IS_VOLUME_WIDGET_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), VOLUME_WIDGET_TYPE)) #define VOLUME_WIDGET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), VOLUME_WIDGET_TYPE, VolumeWidgetClass)) -typedef struct _VolumeWidget VolumeWidget; -typedef struct _VolumeWidgetClass VolumeWidgetClass; +typedef struct _VolumeWidget VolumeWidget; +typedef struct _VolumeWidgetClass VolumeWidgetClass; struct _VolumeWidgetClass { GObjectClass parent_class; }; struct _VolumeWidget { - GObject parent; + GObject parent; }; GType volume_widget_get_type (void) G_GNUC_CONST; |