From ebcce86769d174cce6e881740c5e9bcedce28e06 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 11 Sep 2010 11:50:51 -0400 Subject: Coding style and whitespace cleanups. --- libgnomecanvas/gnome-canvas.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgnomecanvas') diff --git a/libgnomecanvas/gnome-canvas.h b/libgnomecanvas/gnome-canvas.h index 365b625dab..66b9dba652 100644 --- a/libgnomecanvas/gnome-canvas.h +++ b/libgnomecanvas/gnome-canvas.h @@ -222,7 +222,7 @@ struct _GnomeCanvasItemClass { gboolean (* event) (GnomeCanvasItem *item, GdkEvent *event); /* Reserved for future expansion */ - gpointer spare_vmethods [4]; + gpointer spare_vmethods[4]; }; GType gnome_canvas_item_get_type (void) G_GNUC_CONST; @@ -496,7 +496,7 @@ struct _GnomeCanvasClass { void (* request_update) (GnomeCanvas *canvas); /* Reserved for future expansion */ - gpointer spare_vmethods [4]; + gpointer spare_vmethods[4]; }; GType gnome_canvas_get_type (void) G_GNUC_CONST; -- cgit v1.2.3