diff src/video/SDL_blit_A.c @ 2120:2c835d58faad

make indent
author Sam Lantinga <slouken@libsdl.org>
date Thu, 14 Jun 2007 13:21:29 +0000
parents c4e0afbcf1f6
children 46648dc418ec
line wrap: on
line diff
--- a/src/video/SDL_blit_A.c	Thu Jun 14 06:32:36 2007 +0000
+++ b/src/video/SDL_blit_A.c	Thu Jun 14 13:21:29 2007 +0000
@@ -387,9 +387,11 @@
     packsswb_r2r(mm6, mm3);     /* 0000FFFF -> mm3 */
     pxor_r2r(mm0, mm3);         /* 0000F000 -> mm3 (~channel mask) */
     /* get alpha channel shift */
+    /* *INDENT-OFF* */
     __asm__ __volatile__ (
         "movd %0, %%mm5"
         : : "rm" ((Uint32) sf->Ashift) ); /* Ashift -> mm5 */
+    /* *INDENT-ON* */
 
     while (height--) {
 	    /* *INDENT-OFF* */