Trimmed whitespace.

This commit is contained in:
n-a-c-h
2006-03-24 00:50:28 +00:00
parent e59917412c
commit 14f40da8b0
4 changed files with 6573 additions and 6573 deletions

View File

@@ -364,7 +364,7 @@ static void wminput_handler(WPARAM wParam, LPARAM lParam)
return; /* unexpected packet? */
lpb = (LPBYTE) alloca(dwSize);
if (lpb == NULL)
if (lpb == NULL)
return;
if (pGetRawInputData((HRAWINPUT) lParam, RID_INPUT, lpb, &dwSize,
sizeof (RAWINPUTHEADER)) != dwSize)