From 0f8780dcc092a309fe880f3a4017e24db1164882 Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Tue, 24 May 2022 14:20:47 +0900 Subject: [PATCH] Fix indent --- src/win32_window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/win32_window.c b/src/win32_window.c index 70f06421..f6983edf 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -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;