]> git.sesse.net Git - vlc/blobdiff - modules/video_filter/blend.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / video_filter / blend.c
index 1ef1454a134124b2e6f45701517bfeedcdcbe0f0..2a4892abd063af015558d39ffa73dc6d696ecd99 100644 (file)
@@ -744,7 +744,7 @@ static void BlendR24( filter_t *p_filter, picture_t *p_dst_pic,
                     /* Completely transparent. Don't change pixel */
                     continue;
                 }
-                else 
+                else
                 {
                     int i_pos = i_x * i_pix_pitch;
                     if( i_trans == MAX_TRANS )