summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Lagang <manuellagang@gmail.com>2015-01-17 23:06:20 -0800
committerManuel Lagang <manuellagang@gmail.com>2015-01-17 23:06:20 -0800
commita4f40ec3be67e6bd0498e18bc9c9f66274d29a48 (patch)
tree2e68aec27c51a73190b393805a18f46c0593d289
parentfa62125e05b30f6a7df482af924aa8e552760f07 (diff)
Fix whitespace on previous commit
Choose tabs or spaces, not both!
-rw-r--r--platform/windows/os_windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/os_windows.cpp b/platform/windows/os_windows.cpp
index bb911a99a4..57b6a8f816 100644
--- a/platform/windows/os_windows.cpp
+++ b/platform/windows/os_windows.cpp
@@ -589,7 +589,7 @@ LRESULT OS_Windows::WndProc(HWND hWnd,UINT uMsg, WPARAM wParam, LPARAM lParam) {
ERR_BREAK(key_event_pos >= KEY_EVENT_BUFFER_SIZE);
- // Make sure we don't include modifiers for the modifier key itself.
+ // Make sure we don't include modifiers for the modifier key itself.
KeyEvent ke;
ke.mod_state.shift= (wParam != VK_SHIFT) ? shift_mem : false;
ke.mod_state.alt= (! (wParam == VK_MENU && (uMsg == WM_KEYDOWN || uMsg == WM_SYSKEYDOWN))) ? alt_mem : false;