libgimpwidgets: style cleanup

This commit is contained in:
Michael Natterer 2010-10-31 22:15:52 +01:00
parent b76df39f06
commit 7796760908
1 changed files with 6 additions and 6 deletions

View File

@ -48,6 +48,11 @@ enum
typedef struct _GimpUnitStoreClass GimpUnitStoreClass;
struct _GimpUnitStore
{
GObject parent_instance;
};
struct _GimpUnitStoreClass
{
GObjectClass parent_class;
@ -59,13 +64,8 @@ struct _GimpUnitStoreClass
void (*_gtk_reserved4) (void);
};
struct _GimpUnitStore
{
GObject parent_instance;
};
GType gimp_unit_store_get_type (void) G_GNUC_CONST;
GType gimp_unit_store_get_type (void) G_GNUC_CONST;
GimpUnitStore * gimp_unit_store_new (gint num_values);