windows/gles: correct indentation

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
main
Marc-André Lureau 2023-02-16 18:47:16 +04:00 committed by Sam Lantinga
parent 5d3cf61e8b
commit 654965a628
1 changed files with 4 additions and 2 deletions

View File

@ -101,8 +101,10 @@ int WIN_GLES_DeleteContext(_THIS, SDL_GLContext context)
return 0;
}
/* *INDENT-OFF* */ /* clang-format off */
SDL_EGL_SwapWindow_impl(WIN)
SDL_EGL_MakeCurrent_impl(WIN)
/* *INDENT-ON* */ /* clang-format on */
int WIN_GLES_SetupWindow(_THIS, SDL_Window *window)
{