Formatting

[ci skip]
This commit is contained in:
Camilla Berglund 2016-03-28 20:17:37 +02:00
parent f96d865b93
commit 33c68a24a0

View File

@ -163,7 +163,6 @@ GLFWbool _glfwInitGLX(void)
NULL
};
for (i = 0; sonames[i]; i++)
{
_glfw.glx.handle = dlopen(sonames[i], RTLD_LAZY | RTLD_GLOBAL);