ソースを参照

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);