Review tabs and trail-spaces

This commit is contained in:
Ray 2023-08-10 22:47:17 +02:00
parent f1c31bee27
commit 93f59a6f59
5 changed files with 16 additions and 16 deletions

View file

@ -4434,7 +4434,7 @@ static bool InitGraphicsDevice(int width, int height)
#if defined(PLATFORM_WEB)
emscripten_set_window_title((CORE.Window.title != 0)? CORE.Window.title : " ");
#endif
// Set window callback events
glfwSetWindowSizeCallback(CORE.Window.handle, WindowSizeCallback); // NOTE: Resizing not allowed by default!
#if !defined(PLATFORM_WEB)