소스 검색

Formatting

[ci skip]
Camilla Berglund 9 년 전
부모
커밋
33c68a24a0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);