[user32_apitest]

- Fix white spaces

svn path=/trunk/; revision=53811
This commit is contained in:
Giannis Adamopoulos 2011-09-23 11:45:44 +00:00
parent 886e0ff173
commit 34f9dc947a
2 changed files with 133 additions and 137 deletions

View file

@ -59,7 +59,7 @@ static HWND CreateTestWindow()
WNDCLASSA wclass;
HANDLE hInstance = GetModuleHandleA( NULL );
HWND hWndTest;
wclass.lpszClassName = "MouseInputTestClass";
wclass.style = CS_HREDRAW | CS_VREDRAW;
wclass.lpfnWndProc = WndProc;
@ -154,8 +154,8 @@ void Test_SetCursorPos()
SetCapture(NULL);
DestroyWindow(hwnd);
UnhookWindowsHookEx (hMouseHook);
UnhookWindowsHookEx (hMouseHookLL);
UnhookWindowsHookEx (hMouseHook);
UnhookWindowsHookEx (hMouseHookLL);
}