From 966760a1c2fc7008770d87b28e438999091e6dfd Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Sun, 8 May 2011 16:38:32 -0400 Subject: Updated the formatting for the interface --- src/example-interface.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/example-interface.h') diff --git a/src/example-interface.h b/src/example-interface.h index c3de461..fc6860c 100644 --- a/src/example-interface.h +++ b/src/example-interface.h @@ -39,15 +39,15 @@ typedef struct _ExampleInterfacePrivate ExampleInterfacePrivate; typedef struct _ExampleInterfaceClass ExampleInterfaceClass; struct _ExampleInterfaceClass { - GObjectClass parent_class; + GObjectClass parent_class; }; struct _ExampleInterface { - GObject parent; - ExampleInterfacePrivate * priv; + GObject parent; + ExampleInterfacePrivate *priv; }; -GType example_interface_get_type (void); +GType example_interface_get_type(void); G_END_DECLS -- cgit v1.2.3