diff src/video/win32/SDL_win32window.c @ 3139:7f684f249ec9

indent
author Sam Lantinga <slouken@libsdl.org>
date Sat, 23 May 2009 22:41:08 +0000
parents 0d12e8f1de3c
children 6338b7f2d024
line wrap: on
line diff
--- a/src/video/win32/SDL_win32window.c	Fri May 15 15:47:37 2009 +0000
+++ b/src/video/win32/SDL_win32window.c	Sat May 23 22:41:08 2009 +0000
@@ -242,8 +242,7 @@
         }
         g_hCtx[window->id] = videodata->WTOpenA(hwnd, &lc, TRUE);
     }
-
-#ifndef _WIN32_WCE /* has no RawInput */
+#ifndef _WIN32_WCE              /* has no RawInput */
     /* we're telling the window, we want it to report raw input events from mice */
     Rid.usUsagePage = 0x01;
     Rid.usUsage = 0x02;