From acf14b83a7e7880b38e39d8f038274a810670cca Mon Sep 17 00:00:00 2001 From: Lukas Hermanns Date: Wed, 2 May 2018 16:09:59 +0200 Subject: [PATCH] Removed trailing whitespace. --- src/nsgl_context.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsgl_context.m b/src/nsgl_context.m index 3a920aacc..d99235610 100644 --- a/src/nsgl_context.m +++ b/src/nsgl_context.m @@ -323,7 +323,7 @@ GLFWbool _glfwCreateContextNSGL(_GLFWwindow* window, "NSGL: Failed to create OpenGL context"); return GLFW_FALSE; } - + if (fbconfig->transparent) { GLint opaque = 0;