summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-16 23:22:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-11-08 16:28:24 +0100
commit2d6e76591ceb908dd9ad7ef797b647925fc0ed70 (patch)
tree57da98e4c7248f39117d690b090573f1c1b95f17
parentd616f88dbb6dd5360eebf8ab42884fb90583218b (diff)
downloadpango-2d6e76591ceb908dd9ad7ef797b647925fc0ed70.tar.gz
Cosmetics
-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