diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-16 20:20:35 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-16 20:20:35 +0000 |
commit | a0225fbf560de93c7b41acf9dbf01c9d99173af9 (patch) | |
tree | bb8f58010c8801a27545728393253b6c4722c6c4 /pango/pangoft2-render.c | |
parent | 0ee36da9691c2311d2134fd61f222ea3bed5827e (diff) | |
download | pango-a0225fbf560de93c7b41acf9dbf01c9d99173af9.tar.gz |
*.c, *.h: Replace preceding sequences of 8 spaces with tabs.
2007-01-16 Behdad Esfahbod <behdad@gnome.org>
*.c, *.h: Replace preceding sequences of 8 spaces with tabs.
svn path=/trunk/; revision=2165
Diffstat (limited to 'pango/pangoft2-render.c')
-rw-r--r-- | pango/pangoft2-render.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoft2-render.c b/pango/pangoft2-render.c index 0a7b172b..ef052efa 100644 --- a/pango/pangoft2-render.c +++ b/pango/pangoft2-render.c @@ -233,7 +233,7 @@ pango_ft2_renderer_draw_glyph (PangoRenderer *renderer, { glyph = pango_ft2_get_unknown_glyph (font); if (glyph == PANGO_GLYPH_EMPTY) - { + { /* No unknown glyph found for the font, draw a box */ /* Since we only draw an empty box for FT2 renderer, |