diff src/video/SDL_blit_A.c @ 2232:6630fefab312

indent
author Sam Lantinga <slouken@libsdl.org>
date Sun, 12 Aug 2007 16:26:10 +0000
parents a353684c7cc1
children 17b2369756be
line wrap: on
line diff
--- a/src/video/SDL_blit_A.c	Sun Aug 12 15:41:36 2007 +0000
+++ b/src/video/SDL_blit_A.c	Sun Aug 12 16:26:10 2007 +0000
@@ -2837,7 +2837,7 @@
                 return BlitNto1SurfaceAlphaKey;
             else
 #if SDL_ALTIVEC_BLITTERS
-                if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 &&
+            if (sf->BytesPerPixel == 4 && df->BytesPerPixel == 4 &&
                     SDL_HasAltiVec())
                 return Blit32to32SurfaceAlphaKeyAltivec;
             else