summaryrefslogtreecommitdiff
path: root/Source/Core/Common/GL/GLInterface/WGL.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@innovatetechnologi.es>2017-06-05 02:29:56 +0200
committerLéo Lam <leo@innovatetechnologi.es>2017-06-05 02:32:19 +0200
commitd9fd05680333a71211fcaf2419281e7897e2c26c (patch)
tree453e7591863710ee32893913d2957f1b02a5de69 /Source/Core/Common/GL/GLInterface/WGL.cpp
parentb4e5dc6c0f9ea347db8633260309068d9be7b1c8 (diff)
Fix minor formatting issues
These were not caught by the lint script while it was broken.
Diffstat (limited to 'Source/Core/Common/GL/GLInterface/WGL.cpp')
-rw-r--r--Source/Core/Common/GL/GLInterface/WGL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/GL/GLInterface/WGL.cpp b/Source/Core/Common/GL/GLInterface/WGL.cpp
index ab51344964..57c46cb42b 100644
--- a/Source/Core/Common/GL/GLInterface/WGL.cpp
+++ b/Source/Core/Common/GL/GLInterface/WGL.cpp
@@ -2,9 +2,9 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
+#include <windows.h>
#include <array>
#include <string>
-#include <windows.h>
#include "Common/GL/GLInterface/WGL.h"
#include "Common/Logging/Log.h"