]> git.sesse.net Git - ffmpeg/commitdiff
whitespace cleanup patch by (James A. Morrison <ja2morri>@<csclub>dot<uwaterloo>point...
authorJames A. Morrison <ja2morri@csclub.uwaterloo.ca>
Sun, 21 Nov 2004 01:47:36 +0000 (01:47 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Sun, 21 Nov 2004 01:47:36 +0000 (01:47 +0000)
Originally committed as revision 3699 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/sparc/dsputil_vis.c

index d0546c27a7e2fa3031d13fc75b82c2be43ea8b81..53f38b2aaa2e4bd906876c07696c051a4ad6bfd3 100644 (file)
@@ -3995,7 +3995,7 @@ static void sigill_handler (int sig)
         signal (sig, SIG_DFL);
         raise (sig);
     }
-                                                                                
+
     canjump = 0;
     siglongjmp (jmpbuf, 1);
 }
@@ -4017,23 +4017,23 @@ static int vis_level ()
  
     /* pdist %f0, %f0, %f0 */
     __asm__ __volatile__(".word\t0x81b007c0");
-                                                                                
+
     canjump = 0;
     accel |= ACCEL_SPARC_VIS;
-                                                                                
+
     if (sigsetjmp (jmpbuf, 1)) {
         signal (SIGILL, SIG_DFL);
         return accel;
     }
-                                                                                
+
     canjump = 1;
-                                                                                
+
     /* edge8n %g0, %g0, %g0 */
     __asm__ __volatile__(".word\t0x81b00020");
-                                                                                
+
     canjump = 0;
     accel |= ACCEL_SPARC_VIS2;
-                                                                                
+
     signal (SIGILL, SIG_DFL);
 
     return accel;