Removed more trailing white space

This commit is contained in:
Doug Binks 2021-03-23 16:11:07 +00:00
parent c01aa3fec4
commit 7b6f25c360

View File

@ -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);
}