Ver Fonte

Formatting

[ci skip]
Camilla Berglund há 9 anos atrás
pai
commit
33c68a24a0
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      src/glx_context.c

+ 0 - 1
src/glx_context.c

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