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/scrub-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/scrub-widget.h')
-rw-r--r-- | src/scrub-widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scrub-widget.h b/src/scrub-widget.h index e518a80..cf6cc5e 100644 --- a/src/scrub-widget.h +++ b/src/scrub-widget.h @@ -32,15 +32,15 @@ G_BEGIN_DECLS #define IS_SCRUB_WIDGET_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), SCRUB_WIDGET_TYPE)) #define SCRUB_WIDGET_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), SCRUB_WIDGET_TYPE, ScrubWidgetClass)) -typedef struct _ScrubWidget ScrubWidget; -typedef struct _ScrubWidgetClass ScrubWidgetClass; +typedef struct _ScrubWidget ScrubWidget; +typedef struct _ScrubWidgetClass ScrubWidgetClass; struct _ScrubWidgetClass { GObjectClass parent_class; }; struct _ScrubWidget { - GObject parent; + GObject parent; }; GType scrub_widget_get_type (void) G_GNUC_CONST; |