mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
clang-format (again)
This commit is contained in:
parent
440fe66cbd
commit
6b65022bde
@ -72,7 +72,8 @@ ImeDialogState::ImeDialogState(const OrbisImeDialogParam* param,
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::size_t text_len = std::char_traits<char16_t>::length(text_buffer);
|
std::size_t text_len = std::char_traits<char16_t>::length(text_buffer);
|
||||||
if (!ConvertOrbisToUTF8(text_buffer, text_len, current_text, ORBIS_IME_DIALOG_MAX_TEXT_LENGTH * 4)) {
|
if (!ConvertOrbisToUTF8(text_buffer, text_len, current_text,
|
||||||
|
ORBIS_IME_DIALOG_MAX_TEXT_LENGTH * 4)) {
|
||||||
LOG_ERROR(Lib_ImeDialog, "Failed to convert text to utf8 encoding");
|
LOG_ERROR(Lib_ImeDialog, "Failed to convert text to utf8 encoding");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user