From: Jonny Lamb Date: Mon, 16 Feb 2009 21:24:29 +0000 (+0000) Subject: Correct bracket-style. X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=c0781955b2260f4e280e8f52032979367f09fcd5 Correct bracket-style. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2476 --- diff --git a/libempathy/empathy-dispatcher.h b/libempathy/empathy-dispatcher.h index 231a2c10..13ef06af 100644 --- a/libempathy/empathy-dispatcher.h +++ b/libempathy/empathy-dispatcher.h @@ -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; };