Remove blank line before the end of some structs

(cherry picked from commit efe764b492)
This commit is contained in:
Camilla Löwy
2021-08-18 23:49:03 +02:00
parent 73b6754a67
commit 4ea7485fbe
11 changed files with 0 additions and 34 deletions
-2
View File
@@ -164,7 +164,6 @@ typedef struct _GLFWcontextEGL
EGLSurface surface;
void* client;
} _GLFWcontextEGL;
// EGL-specific global data
@@ -199,7 +198,6 @@ typedef struct _GLFWlibraryEGL
PFN_eglSwapInterval SwapInterval;
PFN_eglQueryString QueryString;
PFN_eglGetProcAddress GetProcAddress;
} _GLFWlibraryEGL;