whitespace

This commit is contained in:
Christopher Hesse 2019-12-08 21:43:17 -08:00
parent ac169d5ae1
commit fabd0cf2e0

View File

@ -419,7 +419,7 @@ GLFWbool _glfwInitEGL(void)
eglGetProcAddress("eglQueryDevicesEXT");
_glfw.egl.GetPlatformDisplayEXT = (PFN_eglGetPlatformDisplayEXT)
eglGetProcAddress("eglGetPlatformDisplayEXT");
if (!_glfw.egl.QueryDevicesEXT ||
!_glfw.egl.GetPlatformDisplayEXT)
{