summaryrefslogtreecommitdiff
path: root/pango/break-thai.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-11-18 14:39:47 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-11-18 14:39:47 +0000
commit29a72d39debea8f84eada42914aaa7d78b9d9fdc (patch)
treed71ca47383473cd5099a63926a7a000167f451a3 /pango/break-thai.c
parentd616f88dbb6dd5360eebf8ab42884fb90583218b (diff)
parent81fcb4d2c1050c5c34cbaa03896a2adfba562872 (diff)
downloadpango-29a72d39debea8f84eada42914aaa7d78b9d9fdc.tar.gz
Merge branch 'matthiasc/for-main' into 'main'
Improve PangoAttrList serialization See merge request GNOME/pango!656
Diffstat (limited to 'pango/break-thai.c')
-rw-r--r--pango/break-thai.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/break-thai.c b/pango/break-thai.c
index 02a18cc5..3da0e3c6 100644
--- a/pango/break-thai.c
+++ b/pango/break-thai.c
@@ -84,8 +84,8 @@ break_thai (const char *text,
G_LOCK (thai_brk);
#ifdef HAVE_TH_BRK_FIND_BREAKS
if (thai_brk == NULL)
- thai_brk = th_brk_new(NULL);
- len = th_brk_find_breaks(thai_brk, tis_text, brk_pnts, cnt);
+ thai_brk = th_brk_new (NULL);
+ len = th_brk_find_breaks (thai_brk, tis_text, brk_pnts, cnt);
#else
len = th_brk (tis_text, brk_pnts, cnt);
#endif