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.
|
// `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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user