diff --git a/frameworks/font/ui_line_break.cpp b/frameworks/font/ui_line_break.cpp index 2f18a90667a1d81fbe7b013df6a1ce2dcef38e6f..f9f6053ef64790f87f15436f1c924ff59111ce7e 100644 --- a/frameworks/font/ui_line_break.cpp +++ b/frameworks/font/ui_line_break.cpp @@ -102,8 +102,9 @@ void UILineBreakEngine::LoadRule() stateTbl_ = reinterpret_cast(reinterpret_cast(rbbidh) + rbbidh->fFTable); status = U_ZERO_ERROR; lineBreakTrie_ = reinterpret_cast(ucptrie_openFromBinary(UCPTRIE_TYPE_FAST, UCPTRIE_VALUE_BITS_8, - reinterpret_cast(rbbidh) + rbbidh->fTrie, - rbbidh->fTrieLen, nullptr, &status)); + reinterpret_cast(rbbidh) + + rbbidh->fTrie, + rbbidh->fTrieLen, nullptr, &status)); if (status != U_ZERO_ERROR) { return; }