mirror of
https://github.com/glfw/glfw.git
synced 2026-09-20 16:30:45 +00:00
Remove blank line before the end of some structs
(cherry picked from commit efe764b492)
This commit is contained in:
@@ -44,7 +44,6 @@ typedef struct _GLFWcontextNSGL
|
||||
{
|
||||
id pixelFormat;
|
||||
id object;
|
||||
|
||||
} _GLFWcontextNSGL;
|
||||
|
||||
// NSGL-specific global data
|
||||
@@ -53,7 +52,6 @@ typedef struct _GLFWlibraryNSGL
|
||||
{
|
||||
// dlopen handle for OpenGL.framework (for glfwGetProcAddress)
|
||||
CFBundleRef framework;
|
||||
|
||||
} _GLFWlibraryNSGL;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user