From c0781955b2260f4e280e8f52032979367f09fcd5 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Mon, 16 Feb 2009 21:24:29 +0000 Subject: [PATCH] Correct bracket-style. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2476 --- libempathy/empathy-dispatcher.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; }; -- 2.39.2