mirror of
https://github.com/glfw/glfw.git
synced 2024-11-15 10:44:34 +00:00
Removed more trailing white space
This commit is contained in:
parent
c01aa3fec4
commit
7b6f25c360
@ -840,7 +840,7 @@ static void _glfwDestroyUserContextEGL(_GLFWusercontext* context)
|
||||
{
|
||||
if (context->egl.surface!=EGL_NO_SURFACE)
|
||||
eglDestroySurface(_glfw.egl.display,context->egl.surface);
|
||||
|
||||
|
||||
eglDestroyContext(_glfw.egl.display, context->egl.handle);
|
||||
free(context);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user