diff src/video/SDL_renderer_sw.c @ 2786:6bacfecbf27e

indent
author Sam Lantinga <slouken@libsdl.org>
date Tue, 25 Nov 2008 02:21:53 +0000
parents 5651642f4a78
children c2834344ca44
line wrap: on
line diff
--- a/src/video/SDL_renderer_sw.c	Tue Nov 25 02:12:19 2008 +0000
+++ b/src/video/SDL_renderer_sw.c	Tue Nov 25 02:21:53 2008 +0000
@@ -361,7 +361,8 @@
 SW_CreateTexture(SDL_Renderer * renderer, SDL_Texture * texture)
 {
     if (SDL_ISPIXELFORMAT_FOURCC(texture->format)) {
-        texture->driverdata = SDL_SW_CreateYUVTexture(texture->format, texture->w, texture->h);
+        texture->driverdata =
+            SDL_SW_CreateYUVTexture(texture->format, texture->w, texture->h);
     } else {
         int bpp;
         Uint32 Rmask, Gmask, Bmask, Amask;