mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +00:00
Delete all Trailing spaces in code.
svn path=/trunk/; revision=29688
This commit is contained in:
parent
dd02e006bb
commit
622c29bffb
161 changed files with 1944 additions and 1944 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue