Fix indent

This commit is contained in:
Takuro Ashie 2022-05-24 14:20:47 +09:00
parent 6ec3c85aee
commit 0f8780dcc0

View File

@ -43,8 +43,8 @@
// `highsurrogate`. It will be used in the next unit's processing. // `highsurrogate`. It will be used in the next unit's processing.
// //
static GLFWbool convertToUTF32FromUTF16(WCHAR utf16_unit, static GLFWbool convertToUTF32FromUTF16(WCHAR utf16_unit,
WCHAR* highsurrogate, WCHAR* highsurrogate,
uint32_t* codepoint) uint32_t* codepoint)
{ {
*codepoint = 0; *codepoint = 0;