diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-06-18 10:02:20 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-06-18 10:02:20 +0100 |
commit | 5e7e3b4a09d5b5ea431d6e86f40fa1229756f4a1 (patch) | |
tree | da9a8887e7bd2b87845c96be90d4b1278f0fc2c8 /src/slider-menu-item.h | |
parent | 9d081fd7a4c36606854008ae72c960d419399e9a (diff) | |
download | ayatana-indicator-sound-5e7e3b4a09d5b5ea431d6e86f40fa1229756f4a1.tar.gz ayatana-indicator-sound-5e7e3b4a09d5b5ea431d6e86f40fa1229756f4a1.tar.bz2 ayatana-indicator-sound-5e7e3b4a09d5b5ea431d6e86f40fa1229756f4a1.zip |
reformatted old files to fix all spacing issues
Diffstat (limited to 'src/slider-menu-item.h')
-rw-r--r-- | src/slider-menu-item.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/slider-menu-item.h b/src/slider-menu-item.h index c2acf63..763944f 100644 --- a/src/slider-menu-item.h +++ b/src/slider-menu-item.h @@ -4,16 +4,16 @@ Copyright 2010 Canonical Ltd. Authors: Conor Curran <conor.curran@canonical.com> -This program is free software: you can redistribute it and/or modify it -under the terms of the GNU General Public License version 3, as published +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License version 3, as published by the Free Software Foundation. -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranties of -MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranties of +MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received a copy of the GNU General Public License along +You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef __SLIDER_MENU_ITEM_H__ @@ -37,11 +37,11 @@ typedef struct _SliderMenuItem SliderMenuItem; typedef struct _SliderMenuItemClass SliderMenuItemClass; struct _SliderMenuItemClass { - DbusmenuMenuitemClass parent_class; + DbusmenuMenuitemClass parent_class; }; struct _SliderMenuItem { - DbusmenuMenuitem parent; + DbusmenuMenuitem parent; }; GType slider_menu_item_get_type (void); |