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/title-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/title-widget.h')
-rw-r--r-- | src/title-widget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/title-widget.h b/src/title-widget.h index 029aba4..2be904a 100644 --- a/src/title-widget.h +++ b/src/title-widget.h @@ -36,11 +36,11 @@ typedef struct _TitleWidget TitleWidget; typedef struct _TitleWidgetClass TitleWidgetClass; struct _TitleWidgetClass { - GtkImageMenuItemClass parent_class; + GtkImageMenuItemClass parent_class; }; struct _TitleWidget { - GtkImageMenuItem parent; + GtkImageMenuItem parent; }; GType title_widget_get_type (void); |