I ran a global "make indent" it modified the following files.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403473
This commit is contained in:
Bob Pendleton 2009-01-09 20:43:30 +00:00
parent d088f9a9ca
commit 44fa7675c8
33 changed files with 660 additions and 502 deletions

View file

@ -693,8 +693,8 @@ D3D_UpdateTexture(SDL_Renderer * renderer, SDL_Texture * texture,
result =
IDirect3DDevice9_CreateTexture(renderdata->device, texture->w,
texture->h, 1, 0,
PixelFormatToD3DFMT(texture->
format),
PixelFormatToD3DFMT
(texture->format),
D3DPOOL_SYSTEMMEM, &temp, NULL);
if (FAILED(result)) {
D3D_SetError("CreateTexture()", result);