diff --git a/frameworks/font/ui_line_break.cpp b/frameworks/font/ui_line_break.cpp index 8a2750b9df227c558afb843266a3d6c089becdca..e30f46a5cfdbb7a3dfbc0cc84831bd56a7103863 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; }