diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-16 20:07:35 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-16 20:07:35 +0000 |
commit | 80e647a8dbc97662b9d966c0f7a8e1aedea89eed (patch) | |
tree | d3a322c28112b7623765847aa32e8e319c576b45 /pango/pango-fontset.h | |
parent | e6b83e4264b4ad2ab73a3239d902b4064c75634d (diff) | |
download | pango-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-fontset.h')
-rw-r--r-- | pango/pango-fontset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-fontset.h b/pango/pango-fontset.h index 67b98fca..5c6c7488 100644 --- a/pango/pango-fontset.h +++ b/pango/pango-fontset.h @@ -46,7 +46,7 @@ typedef struct _PangoFontset PangoFontset; * @fontset: a #PangoFontset * @font: a font from @fontset * @data: callback data - * + * * A callback function used by pango_fontset_foreach() when enumerating * the fonts in a fontset. * @@ -83,7 +83,7 @@ struct _PangoFontsetClass GObjectClass parent_class; /*< public >*/ - + PangoFont * (*get_font) (PangoFontset *fontset, guint wc); |