summaryrefslogtreecommitdiff
path: root/modules/indic
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2007-01-16 20:26:43 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-01-16 20:26:43 +0000
commit5d65122f8a714e04b05c52947cedaab090345d37 (patch)
treee807128ae4900c94205fa840c17bb55f4680a1aa /modules/indic
parenta0225fbf560de93c7b41acf9dbf01c9d99173af9 (diff)
downloadpango-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/indic')
-rw-r--r--modules/indic/indic-ot.c4
-rw-r--r--modules/indic/indic-ot.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/indic/indic-ot.c b/modules/indic/indic-ot.c
index 477c53e9..e764184c 100644
--- a/modules/indic/indic-ot.c
+++ b/modules/indic/indic-ot.c
@@ -265,7 +265,7 @@ glong indic_ot_reorder(const gunichar *chars, const glong *utf8_offsets, glong c
last_in_word = TRUE;
switch (indic_ot_get_char_class(class_table, chars[prev]) & CF_CLASS_MASK) {
case CC_RESERVED:
- last_in_word = FALSE;
+ last_in_word = FALSE;
/* Fall through */
case CC_INDEPENDENT_VOWEL:
case CC_ZERO_WIDTH_MARK:
@@ -427,7 +427,7 @@ glong indic_ot_reorder(const gunichar *chars, const glong *utf8_offsets, glong c
(chars[baseConsonant] == 0x0d30)) &&
((chars[baseConsonant - 2] >= 0x0d15) &&
(chars[baseConsonant - 2] <= 0x0d39))) {
- swapChars (&output, -1, -3);
+ swapChars (&output, -1, -3);
if (mpreFixups) {
if (mpreFixups->fFixupCount > 0) {
diff --git a/modules/indic/indic-ot.h b/modules/indic/indic-ot.h
index b502c679..47dd39f2 100644
--- a/modules/indic/indic-ot.h
+++ b/modules/indic/indic-ot.h
@@ -184,7 +184,7 @@ struct _IndicOTClassTable
{
gunichar firstChar;
gunichar lastChar;
- glong worstCaseExpansion;
+ glong worstCaseExpansion;
IndicOTScriptFlags scriptFlags;
const IndicOTCharClass *charClasses;