]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/windows/keys.cpp
Update .gitignore to include build products on Windows
[libs/gui.git] / source / input / windows / keys.cpp
index 601146ed43aaba6e1622986b5cd085e21892d6b7..9f81dc34df20058c0ea263de6ec8bf93cd355c13 100644 (file)
@@ -1,10 +1,10 @@
-#include <windows.h>
 #include "keys.h"
+#include <windows.h>
 
 namespace Msp {
 namespace Input {
 
-unsigned sys_keymap[N_KEYS_]=
+unsigned sys_keymap[N_KEYS_] =
 {
        0, 0, 0, 0, 0, 0, 0, 0,
        VK_BACK, VK_TAB, VK_RETURN, 0, 0, 0, 0, 0,