Minor indentation fixes for previous commit.
authorTheppitak Karoonboonyanan <thep@linux.thai.net>
Sat, 22 Nov 2008 04:16:43 +0000 (04:16 +0000)
committerTheppitak Karoonboonyanan <tkaroonb@src.gnome.org>
Sat, 22 Nov 2008 04:16:43 +0000 (04:16 +0000)
2008-11-22  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* modules/thai/thai-lang.c (thai_engine_break):
Minor indentation fixes for previous commit.

svn path=/trunk/; revision=2741

ChangeLog
modules/thai/thai-lang.c

index e57c959..e83f40b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-22  Theppitak Karoonboonyanan  <thep@linux.thai.net>
+
+       * modules/thai/thai-lang.c (thai_engine_break):
+       Minor indentation fixes for previous commit.
+
 2008-11-22  Chris Wilson  <chris@chris-wilson.co.uk>
 
        Bug 561740 – Use stack allocation for thai_engine_break
index b6494b3..c27ce0b 100644 (file)
@@ -102,10 +102,10 @@ thai_engine_break (PangoEngineLang *engine,
     }
 
   if (brk_pnts != brk_stack)
-      g_free (brk_pnts);
+    g_free (brk_pnts);
 
   if (tis_text != tis_stack)
-      g_free (tis_text);
+    g_free (tis_text);
 }
 
 static void