clang-fmt

This commit is contained in:
Philip Lamb 2021-03-30 13:45:07 +13:00
parent b8a74e89cf
commit 45a89bcb95

View file

@ -66,8 +66,8 @@ void on_panic(const char *cbacktrace) {
throw hresult_error(E_FAIL, backtrace);
}
void on_ime_show(const char *text, int32_t text_index, bool multiline, int32_t x, int32_t y, int32_t width,
int32_t height) {
void on_ime_show(const char *text, int32_t text_index, bool multiline,
int32_t x, int32_t y, int32_t width, int32_t height) {
hstring htext = L"";
if (text != nullptr) {
htext = char2hstring(text);