]> git.0d.be Git - empathy.git/commitdiff
Correct bracket-style.
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Mon, 16 Feb 2009 21:24:29 +0000 (21:24 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Mon, 16 Feb 2009 21:24:29 +0000 (21:24 +0000)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
svn path=/trunk/; revision=2476

libempathy/empathy-dispatcher.h

index 231a2c10633c1f4e53cdc02a89c12b3a2330de44..13ef06afddd2ff25a8fdb2bd7ad6c1f04365eb67 100644 (file)
@@ -42,12 +42,14 @@ G_BEGIN_DECLS
 typedef struct _EmpathyDispatcher      EmpathyDispatcher;
 typedef struct _EmpathyDispatcherClass EmpathyDispatcherClass;
 
-struct _EmpathyDispatcher {
+struct _EmpathyDispatcher
+{
   GObject parent;
   gpointer priv;
 };
 
-struct _EmpathyDispatcherClass {
+struct _EmpathyDispatcherClass
+{
  GObjectClass parent_class;
 };