aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.h
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2009-02-17 05:24:24 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-02-17 05:24:24 +0800
commit9bc07103a88dc052683f101c23d4e40c95305ed7 (patch)
treecf5ebda95dfb8cf871178ac5a47443c7540621ae /libempathy/empathy-dispatcher.h
parent5e9c5f6a64996a77af997c73e61aebf4abf87bf1 (diff)
downloadgsoc2013-empathy-9bc07103a88dc052683f101c23d4e40c95305ed7.tar
gsoc2013-empathy-9bc07103a88dc052683f101c23d4e40c95305ed7.tar.gz
gsoc2013-empathy-9bc07103a88dc052683f101c23d4e40c95305ed7.tar.bz2
gsoc2013-empathy-9bc07103a88dc052683f101c23d4e40c95305ed7.tar.lz
gsoc2013-empathy-9bc07103a88dc052683f101c23d4e40c95305ed7.tar.xz
gsoc2013-empathy-9bc07103a88dc052683f101c23d4e40c95305ed7.tar.zst
gsoc2013-empathy-9bc07103a88dc052683f101c23d4e40c95305ed7.zip
empathy-dispatcher.[ch]: Several misc. code style fixes.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> svn path=/trunk/; revision=2475
Diffstat (limited to 'libempathy/empathy-dispatcher.h')
-rw-r--r--libempathy/empathy-dispatcher.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h
index f95161848..231a2c106 100644
--- a/libempathy/empathy-dispatcher.h
+++ b/libempathy/empathy-dispatcher.h
@@ -43,12 +43,12 @@ typedef struct _EmpathyDispatcher EmpathyDispatcher;
typedef struct _EmpathyDispatcherClass EmpathyDispatcherClass;
struct _EmpathyDispatcher {
- GObject parent;
- gpointer priv;
+ GObject parent;
+ gpointer priv;
};
struct _EmpathyDispatcherClass {
- GObjectClass parent_class;
+ GObjectClass parent_class;
};
/* Will be called when the channel is ready for dispatching. The requestor