mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:55:55 +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
|
@ -37,7 +37,7 @@ BOOL CreateSurface(LPDIRECTDRAWSURFACE7* pSurface)
|
|||
printf("ERROR: Failed to set up ddraw\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
if(!( hwnd = CreateBasicWindow() ))
|
||||
{
|
||||
printf("ERROR: Failed to create window\n");
|
||||
|
@ -53,9 +53,9 @@ BOOL CreateSurface(LPDIRECTDRAWSURFACE7* pSurface)
|
|||
}
|
||||
|
||||
// Creat Surface
|
||||
DDSURFACEDESC2 Desc = { 0 };
|
||||
DDSURFACEDESC2 Desc = { 0 };
|
||||
Desc.dwHeight = 200;
|
||||
Desc.dwWidth = 200;
|
||||
Desc.dwWidth = 200;
|
||||
Desc.dwSize = sizeof (DDSURFACEDESC2);
|
||||
Desc.ddsCaps.dwCaps = DDSCAPS_OFFSCREENPLAIN;
|
||||
Desc.dwFlags = DDSD_CAPS | DDSD_HEIGHT | DDSD_WIDTH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue