diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2007-01-16 20:26:43 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2007-01-16 20:26:43 +0000 |
commit | 5d65122f8a714e04b05c52947cedaab090345d37 (patch) | |
tree | e807128ae4900c94205fa840c17bb55f4680a1aa /modules/tibetan | |
parent | a0225fbf560de93c7b41acf9dbf01c9d99173af9 (diff) | |
download | pango-5d65122f8a714e04b05c52947cedaab090345d37.tar.gz |
*.c, *.h: Removed spaces followed b tabs.
2007-01-16 Behdad Esfahbod <behdad@gnome.org>
*.c, *.h: Removed spaces followed b tabs.
svn path=/trunk/; revision=2166
Diffstat (limited to 'modules/tibetan')
-rw-r--r-- | modules/tibetan/tibetan-fc.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/tibetan/tibetan-fc.c b/modules/tibetan/tibetan-fc.c index ff773b0f..dfb68820 100644 --- a/modules/tibetan/tibetan-fc.c +++ b/modules/tibetan/tibetan-fc.c @@ -543,10 +543,10 @@ tibetan_engine_shape (PangoEngineShape *engine, if ((charClass & CF_DIGIT ) && ( get_char_class (wcs[i+1]) & CF_PREDIGIT)) { - pango_ot_buffer_add_glyph (buffer, get_index (fc_font, C_PRE_NUMBER_MARK), pref_p, p - text); - p = g_utf8_next_char (p); - pango_ot_buffer_add_glyph (buffer, get_index (fc_font, wcs[i]), pref_p, p - text); - i += 1; + pango_ot_buffer_add_glyph (buffer, get_index (fc_font, C_PRE_NUMBER_MARK), pref_p, p - text); + p = g_utf8_next_char (p); + pango_ot_buffer_add_glyph (buffer, get_index (fc_font, wcs[i]), pref_p, p - text); + i += 1; } else { switch (charClass & CF_POS_MASK) { |