summaryrefslogtreecommitdiff
path: root/src/xfce-desktop.h
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2005-01-19 06:15:35 +0000
committerBrian Tarricone <brian@tarricone.org>2005-01-19 06:15:35 +0000
commit94dce3148eb1fd8df74e74af78c9c5474b767f7f (patch)
tree2b782594a3cd8b4e0105cd9477c045fc98bee22c /src/xfce-desktop.h
parentc23cb69477872954b4b378c06796fa0800fc9c14 (diff)
downloadxfdesktop-94dce3148eb1fd8df74e74af78c9c5474b767f7f.tar.gz
i have seen the light: convert all tab indents to 4-space indents
(Old svn revision: 8082)
Diffstat (limited to 'src/xfce-desktop.h')
-rw-r--r--src/xfce-desktop.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xfce-desktop.h b/src/xfce-desktop.h
index 8695bb57..127227b0 100644
--- a/src/xfce-desktop.h
+++ b/src/xfce-desktop.h
@@ -44,15 +44,15 @@ typedef struct _XfceDesktopPriv XfceDesktopPriv;
struct _XfceDesktop
{
- GtkWindow window;
-
- /*< private >*/
- XfceDesktopPriv *priv;
+ GtkWindow window;
+
+ /*< private >*/
+ XfceDesktopPriv *priv;
};
struct _XfceDesktopClass
{
- GtkWindowClass parent_class;
+ GtkWindowClass parent_class;
};
GType xfce_desktop_get_type () G_GNUC_CONST;