Sfoglia il codice sorgente

Formatting

[ci skip]
Camilla Berglund 9 anni fa
parent
commit
33c68a24a0
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);