Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_gdirender.c @ 2786:6bacfecbf27e
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 25 Nov 2008 02:21:53 +0000 |
parents | 5651642f4a78 |
children | 27cb878a278e |
line wrap: on
line diff
--- a/src/video/win32/SDL_gdirender.c Tue Nov 25 02:12:19 2008 +0000 +++ b/src/video/win32/SDL_gdirender.c Tue Nov 25 02:21:53 2008 +0000 @@ -294,7 +294,8 @@ texture->driverdata = data; if (SDL_ISPIXELFORMAT_FOURCC(texture->format)) { - data->yuv = SDL_SW_CreateYUVTexture(texture->format, texture->w, texture->h); + data->yuv = + SDL_SW_CreateYUVTexture(texture->format, texture->w, texture->h); if (!data->yuv) { return -1; }