diff libvo/osd_template.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 7681eab10aea
children f01023c524c3
line wrap: on
line diff
--- a/libvo/osd_template.c	Tue May 12 19:25:35 2009 +0000
+++ b/libvo/osd_template.c	Wed May 13 02:58:57 2009 +0000
@@ -56,7 +56,7 @@
         "movq %%mm5, %%mm7\n\t"
         "psllw $8, %%mm5\n\t" //FF00FF00FF00
         "psrlw $8, %%mm4\n\t" //00FF00FF00FF
-        ::);        
+        ::);
 #endif
     for(y=0;y<h;y++){
         register int x;
@@ -127,7 +127,7 @@
         "movq %%mm5, %%mm4\n\t"
         "psllw $8, %%mm5\n\t" //FF00FF00FF00
         "psrlw $8, %%mm4\n\t" //00FF00FF00FF
-        ::);        
+        ::);
 #endif
     for(y=0;y<h;y++){
         register int x;
@@ -216,7 +216,7 @@
     __asm__ volatile(
         "pxor %%mm7, %%mm7\n\t"
         "pcmpeqb %%mm6, %%mm6\n\t" // F..F
-        ::);        
+        ::);
 #endif
     for(y=0;y<h;y++){
         register unsigned char *dst = dstbase;
@@ -279,7 +279,7 @@
 
 		"movb %%ch, (%0)\n\t"
 		"movb %%ah, 1(%0)\n\t"
-		
+
                 "movzbl 2(%0), %%eax\n\t"
 		"imull %1, %%eax\n\t"
 		"addl %2, %%eax\n\t"