diff options
Diffstat (limited to 'libgnomecanvas')
-rw-r--r-- | libgnomecanvas/gnome-canvas.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |