From fcbbdfbd18e15b4ee8322a0217cf03a689a5e033 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 16 Aug 2011 11:25:56 -0400 Subject: Coding style and whitespace cleanup. --- libgnomecanvas/gnome-canvas-text.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgnomecanvas/gnome-canvas-text.h') diff --git a/libgnomecanvas/gnome-canvas-text.h b/libgnomecanvas/gnome-canvas-text.h index aebad84013..a706ce35eb 100644 --- a/libgnomecanvas/gnome-canvas-text.h +++ b/libgnomecanvas/gnome-canvas-text.h @@ -120,7 +120,7 @@ struct _GnomeCanvasText { gdouble xofs, yofs; /* Text offset distance from anchor position */ - gdouble affine[6]; /* The item -> canvas affine */ /*AA*/ + gdouble affine[6]; /* The item -> canvas affine */ /*AA */ GtkJustification justification; /* Justification for text */ @@ -130,7 +130,7 @@ struct _GnomeCanvasText { gint max_width; /* Maximum width of text lines */ gint height; /* Rendered text height in pixels */ - guint32 rgba; /* RGBA color for text */ /*AA*/ + guint32 rgba; /* RGBA color for text */ /*AA */ guint clip : 1; /* Use clip rectangle? */ -- cgit