diff src/video/SDL_surface.c @ 2698:e1da92da346c gsoc2008_nds

Clean up.
author Darren Alton <dalton@stevens.edu>
date Wed, 27 Aug 2008 04:23:38 +0000
parents c1a390f6a819
children fa1095d42a5b
line wrap: on
line diff
--- a/src/video/SDL_surface.c	Thu Aug 21 12:38:21 2008 +0000
+++ b/src/video/SDL_surface.c	Wed Aug 27 04:23:38 2008 +0000
@@ -409,9 +409,9 @@
         return 0;
     }
 
-    switch (surface->map->info.
-            flags & (SDL_COPY_MASK | SDL_COPY_BLEND | SDL_COPY_ADD |
-                     SDL_COPY_MOD)) {
+    switch (surface->map->
+            info.flags & (SDL_COPY_MASK | SDL_COPY_BLEND | SDL_COPY_ADD |
+                          SDL_COPY_MOD)) {
     case SDL_COPY_MASK:
         *blendMode = SDL_TEXTUREBLENDMODE_MASK;
         break;