app: cosmetic cleanup

This commit is contained in:
Michael Natterer 2011-03-08 17:15:47 +01:00
parent b1d6f1b0fd
commit 5bd1b318af
2 changed files with 2 additions and 3 deletions

View File

@ -73,7 +73,6 @@ typedef struct _GimpItemPrivate GimpItemPrivate;
struct _GimpItemPrivate
{
gint ID; /* provides a unique ID */
guint32 tattoo; /* provides a permanent ID */

View File

@ -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);