diff imgconvert_template.h @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents ef2149182f1c
children 0b546eab515d
line wrap: on
line diff
--- a/imgconvert_template.h	Wed Dec 21 17:50:40 2005 +0000
+++ b/imgconvert_template.h	Thu Dec 22 01:10:11 2005 +0000
@@ -821,7 +821,7 @@
 #ifdef RGBA_IN
 
 static int glue(get_alpha_info_, RGB_NAME)(const AVPicture *src,
-					   int width, int height)
+                                           int width, int height)
 {
     const unsigned char *p;
     int src_wrap, ret, x, y;