From 2caaf979d0d8c980dad83c78493cd7ed6d41eff9 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 12 Aug 2007 16:26:10 +0000 Subject: [PATCH] indent --- src/video/SDL_blit_A.c | 2 +- test/testgl2.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/video/SDL_blit_A.c b/src/video/SDL_blit_A.c index a5fad10e5..401259763 100644 --- a/src/video/SDL_blit_A.c +++ b/src/video/SDL_blit_A.c @@ -2837,7 +2837,7 @@ SDL_CalculateAlphaBlit(SDL_Surface * surface, int blit_index) 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 --git a/test/testgl2.c b/test/testgl2.c index a990f6ae8..c6467d602 100644 --- a/test/testgl2.c +++ b/test/testgl2.c @@ -300,7 +300,7 @@ main(int argc, char *argv[]) ((double) frames * 1000) / (now - then)); } quit(0); - return 0; + return 0; } #else /* HAVE_OPENGL */