From 9ac2fb44f09de5370c65fdb0aa17480bd308056f Mon Sep 17 00:00:00 2001 From: Leandro Gabriel <45115495+VelocityIsNotSpeed@users.noreply.github.com> Date: Wed, 24 Jul 2019 20:00:23 -0300 Subject: [PATCH] Replace tab with spaces --- src/rglfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rglfw.c b/src/rglfw.c index 3463bb96d..8d331f9c6 100644 --- a/src/rglfw.c +++ b/src/rglfw.c @@ -46,7 +46,7 @@ #define _GLFW_USE_RETINA // To have windows use the full resolution of Retina displays #endif #if defined(__TINYC__) - #define _WIN32_WINNT_WINXP 0x0501 + #define _WIN32_WINNT_WINXP 0x0501 #endif // NOTE: _GLFW_MIR experimental platform not supported at this moment