mirror of
https://github.com/glfw/glfw.git
synced 2025-06-14 19:52:14 +00:00
Fix indent
This commit is contained in:
parent
6ec3c85aee
commit
0f8780dcc0
@ -43,8 +43,8 @@
|
||||
// `highsurrogate`. It will be used in the next unit's processing.
|
||||
//
|
||||
static GLFWbool convertToUTF32FromUTF16(WCHAR utf16_unit,
|
||||
WCHAR* highsurrogate,
|
||||
uint32_t* codepoint)
|
||||
WCHAR* highsurrogate,
|
||||
uint32_t* codepoint)
|
||||
{
|
||||
*codepoint = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user