# HG changeset patch
# User Sam Lantinga <slouken@libsdl.org>
# Date 1186935970 0
# Node ID 6630fefab31230ef28dd0210a8dc018a3a8656f4
# Parent  a353684c7cc1b93c071519d6acf4d24aa6dd994c
indent

diff -r a353684c7cc1 -r 6630fefab312 src/video/SDL_blit_A.c
--- 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
diff -r a353684c7cc1 -r 6630fefab312 test/testgl2.c
--- a/test/testgl2.c	Sun Aug 12 15:41:36 2007 +0000
+++ b/test/testgl2.c	Sun Aug 12 16:26:10 2007 +0000
@@ -300,7 +300,7 @@
                ((double) frames * 1000) / (now - then));
     }
     quit(0);
-	return 0;
+    return 0;
 }
 
 #else /* HAVE_OPENGL */