From 2d6e76591ceb908dd9ad7ef797b647925fc0ed70 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 16 Oct 2022 23:22:08 -0400 Subject: Cosmetics --- pango/break-thai.c | 4 ++-- 1 file 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 -- cgit v1.2.1