Formatting

This commit is contained in:
Camilla Berglund
2016-06-05 19:36:35 +02:00
parent aaccfd8201
commit 9a781cef53
11 changed files with 0 additions and 30 deletions
-5
View File
@@ -241,7 +241,6 @@ typedef struct _GLFWwindowWin32
} _GLFWwindowWin32;
// Win32-specific global data
//
typedef struct _GLFWlibraryWin32
@@ -293,7 +292,6 @@ typedef struct _GLFWlibraryWin32
} _GLFWlibraryWin32;
// Win32-specific per-monitor data
//
typedef struct _GLFWmonitorWin32
@@ -308,7 +306,6 @@ typedef struct _GLFWmonitorWin32
} _GLFWmonitorWin32;
// Win32-specific per-cursor data
//
typedef struct _GLFWcursorWin32
@@ -317,7 +314,6 @@ typedef struct _GLFWcursorWin32
} _GLFWcursorWin32;
// Win32-specific global timer data
//
typedef struct _GLFWtimeWin32
@@ -327,7 +323,6 @@ typedef struct _GLFWtimeWin32
} _GLFWtimeWin32;
// Win32-specific global TLS data
//
typedef struct _GLFWtlsWin32