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
@@ -66,7 +66,6 @@ typedef struct _GLFWcontextOSMesa
int width;
int height;
void* buffer;
} _GLFWcontextOSMesa;
// OSMesa-specific global data
@@ -82,7 +81,6 @@ typedef struct _GLFWlibraryOSMesa
PFN_OSMesaGetColorBuffer GetColorBuffer;
PFN_OSMesaGetDepthBuffer GetDepthBuffer;
PFN_OSMesaGetProcAddress GetProcAddress;
} _GLFWlibraryOSMesa;