Remove blank line before the end of some structs

This commit is contained in:
Camilla Löwy
2021-08-18 23:49:03 +02:00
parent 983c44b255
commit efe764b492
11 changed files with 0 additions and 34 deletions
-2
View File
@@ -115,7 +115,6 @@ typedef struct _GLFWcontextWGL
HDC dc;
HGLRC handle;
int interval;
} _GLFWcontextWGL;
// WGL-specific global data
@@ -148,7 +147,6 @@ typedef struct _GLFWlibraryWGL
GLFWbool ARB_create_context_robustness;
GLFWbool ARB_create_context_no_error;
GLFWbool ARB_context_flush_control;
} _GLFWlibraryWGL;