diff imgconvert_template.h @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents 766a2f4edbea
children bfabfdf9ce55
line wrap: on
line diff
--- a/imgconvert_template.h	Sat Dec 17 11:31:56 2005 +0000
+++ b/imgconvert_template.h	Sat Dec 17 18:14:38 2005 +0000
@@ -787,7 +787,7 @@
     q = dst->data[0];
     dst_wrap = dst->linesize[0] - width;
     has_alpha = 0;
-    
+
     for(y=0;y<height;y++) {
         for(x=0;x<width;x++) {
 #ifdef RGBA_IN
@@ -817,7 +817,7 @@
 }
 
 #endif /* defined(FMT_RGB24) || defined(FMT_RGBA32) */
-        
+
 #ifdef RGBA_IN
 
 static int glue(get_alpha_info_, RGB_NAME)(const AVPicture *src,