Delete all Trailing spaces in code.

svn path=/trunk/; revision=29688
This commit is contained in:
Daniel Reimer 2007-10-19 23:01:40 +00:00
parent dd02e006bb
commit 622c29bffb
161 changed files with 1944 additions and 1944 deletions

View file

@ -11,7 +11,7 @@ BOOL Test_Misc (INT* passed, INT* failed)
// GetCaps
DDSCAPS2 Caps;
TEST (Surface->GetCaps((DDSCAPS2*)0xdeadbeef) == DDERR_INVALIDPARAMS);
TEST (Surface->GetCaps(&Caps) == DD_OK && Caps.dwCaps == 0x10004040
TEST (Surface->GetCaps(&Caps) == DD_OK && Caps.dwCaps == 0x10004040
&& Caps.dwCaps2 == Caps.dwCaps3 == Caps.dwCaps4 == 0); // FIXME: Replace 0x10004040
// GetDC / ReleaseDC
@ -41,7 +41,7 @@ BOOL Test_Misc (INT* passed, INT* failed)
TEST (Surface->GetPixelFormat(&PixelFormat));
PixelFormat.dwSize = sizeof(DDPIXELFORMAT);
TEST (Surface->GetPixelFormat(&PixelFormat) == DD_OK && PixelFormat.dwFlags == 0x40); // FIXME: Find out what 0x40 is
// GetSurfaceDesc / SetSurfaceDesc
DDSURFACEDESC2 Desc = {0};
// FIXME: Produce DDERR_INVALIDSURFACETYPE