mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:06:01 +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
|
@ -20,10 +20,10 @@ test_NtGdiDdCanCreateSurface(HANDLE hDirectDrawLocal)
|
|||
BOOL retValue=FALSE;
|
||||
DDHAL_CANCREATESURFACEDATA pCanCreateSurface;
|
||||
DDSURFACEDESC2 desc;
|
||||
|
||||
|
||||
RtlZeroMemory(&pCanCreateSurface,sizeof(DDHAL_CANCREATESURFACEDATA));
|
||||
RtlZeroMemory(&desc,sizeof(DDSURFACEDESC2));
|
||||
|
||||
|
||||
/* crash in windows 2000 */
|
||||
retValue = OsThunkDdCanCreateSurface(NULL,NULL);
|
||||
testing_eq(retValue, DDHAL_DRIVER_HANDLED,fails,"1. NtGdiDdCanCreateSurface(NULL,NULL);\0");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue