aboutsummaryrefslogtreecommitdiff
path: root/src/slider-menu-item.h
diff options
context:
space:
mode:
authorConor Curran <conor.curran@canonical.com>2010-06-18 11:20:47 +0100
committerConor Curran <conor.curran@canonical.com>2010-06-18 11:20:47 +0100
commit9bba58ee4dae536ce92f396854e2c0e671d9b7f0 (patch)
tree26a4f5aa6f3c8f39ee83b56f7093d14387af28ec /src/slider-menu-item.h
parent9d081fd7a4c36606854008ae72c960d419399e9a (diff)
parentc8b2631eb77064a3f828aaeb9f2e7a09b257b332 (diff)
downloadayatana-indicator-sound-9bba58ee4dae536ce92f396854e2c0e671d9b7f0.tar.gz
ayatana-indicator-sound-9bba58ee4dae536ce92f396854e2c0e671d9b7f0.tar.bz2
ayatana-indicator-sound-9bba58ee4dae536ce92f396854e2c0e671d9b7f0.zip
fixed spacing issues
Diffstat (limited to 'src/slider-menu-item.h')
-rw-r--r--src/slider-menu-item.h16
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);