[gimp] libgimpwidgets: style cleanup



commit 77967609089fa299f9cbda02474daaa840362904
Author: Michael Natterer <mitch gimp org>
Date:   Sun Oct 31 22:15:52 2010 +0100

    libgimpwidgets: style cleanup

 libgimpwidgets/gimpunitstore.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/libgimpwidgets/gimpunitstore.h b/libgimpwidgets/gimpunitstore.h
index f386462..81e950c 100644
--- a/libgimpwidgets/gimpunitstore.h
+++ b/libgimpwidgets/gimpunitstore.h
@@ -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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]