summaryrefslogtreecommitdiff
path: root/pango/pango-renderer.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-16 20:07:35 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-16 20:07:35 +0000
commit80e647a8dbc97662b9d966c0f7a8e1aedea89eed (patch)
treed3a322c28112b7623765847aa32e8e319c576b45 /pango/pango-renderer.h
parente6b83e4264b4ad2ab73a3239d902b4064c75634d (diff)
downloadpango-80e647a8dbc97662b9d966c0f7a8e1aedea89eed.tar.gz
*.c, *.h: Drop trailing whitespace.
2007-01-16 Behdad Esfahbod <behdad@gnome.org> *.c, *.h: Drop trailing whitespace. svn path=/trunk/; revision=2163
Diffstat (limited to 'pango/pango-renderer.h')
-rw-r--r--pango/pango-renderer.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/pango/pango-renderer.h b/pango/pango-renderer.h
index 4a993969..211ae283 100644
--- a/pango/pango-renderer.h
+++ b/pango/pango-renderer.h
@@ -2,7 +2,7 @@
* pango-renderer.h: Base class for rendering
*
* Copyright (C) 2004, Red Hat, Inc.
- *
+ *
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
@@ -76,10 +76,10 @@ struct _PangoRenderer
PangoUnderline underline;
gboolean strikethrough;
int active_count;
-
+
/*< public >*/
PangoMatrix *matrix; /* May be NULL */
-
+
/*< private >*/
PangoRendererPrivate *priv;
};
@@ -90,7 +90,7 @@ struct _PangoRenderer
* @draw_rectangle: draws a rectangle
* @draw_error_underline: draws a squiggly line that approximately
* covers the given rectangle in the style of an underline used to
- * indicate a spelling error.
+ * indicate a spelling error.
* @draw_shape: draw content for a glyph shaped with #PangoAttrShape.
* @x, @y are the coordinates of the left edge of the baseline,
* in user coordinates.
@@ -173,7 +173,7 @@ struct _PangoRendererClass
PangoLayoutRun *run);
/*< private >*/
-
+
/* Padding for future expansion */
void (*_pango_reserved1) (void);
void (*_pango_reserved2) (void);