[gimp] app: cosmetic cleanup



commit 5bd1b318afc6c8646c4f5d29c9e384ee296bc33c
Author: Michael Natterer <mitch gimp org>
Date:   Tue Mar 8 17:15:47 2011 +0100

    app: cosmetic cleanup

 app/core/gimpitem.c     |    1 -
 app/core/gimpviewable.c |    4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/app/core/gimpitem.c b/app/core/gimpitem.c
index 8c35a9c..61e7b6a 100644
--- a/app/core/gimpitem.c
+++ b/app/core/gimpitem.c
@@ -73,7 +73,6 @@ typedef struct _GimpItemPrivate GimpItemPrivate;
 
 struct _GimpItemPrivate
 {
-
   gint              ID;                 /*  provides a unique ID     */
   guint32           tattoo;             /*  provides a permanent ID  */
 
diff --git a/app/core/gimpviewable.c b/app/core/gimpviewable.c
index 8219393..c8d9932 100644
--- a/app/core/gimpviewable.c
+++ b/app/core/gimpviewable.c
@@ -67,8 +67,8 @@ struct _GimpViewablePrivate
 };
 
 #define GET_PRIVATE(viewable) G_TYPE_INSTANCE_GET_PRIVATE (viewable, \
-                                                       GIMP_TYPE_VIEWABLE, \
-                                                       GimpViewablePrivate)
+                                                           GIMP_TYPE_VIEWABLE, \
+                                                           GimpViewablePrivate)
 
 
 static void    gimp_viewable_config_iface_init (GimpConfigInterface *iface);



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