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
@@ -37,7 +37,6 @@ typedef struct _GLFWtlsPOSIX
{
GLFWbool allocated;
pthread_key_t key;
} _GLFWtlsPOSIX;
// POSIX-specific mutex data
@@ -46,6 +45,5 @@ typedef struct _GLFWmutexPOSIX
{
GLFWbool allocated;
pthread_mutex_t handle;
} _GLFWmutexPOSIX;