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-glyph.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-glyph.h')
-rw-r--r-- | pango/pango-glyph.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-glyph.h b/pango/pango-glyph.h index 8d85d3d7..16d9e35e 100644 --- a/pango/pango-glyph.h +++ b/pango/pango-glyph.h @@ -40,7 +40,7 @@ typedef gint32 PangoGlyphUnit; struct _PangoGlyphGeometry { PangoGlyphUnit width; - PangoGlyphUnit x_offset; + PangoGlyphUnit x_offset; PangoGlyphUnit y_offset; }; @@ -51,7 +51,7 @@ struct _PangoGlyphVisAttr guint is_cluster_start : 1; }; -/* A single glyph +/* A single glyph */ struct _PangoGlyphInfo { |