]> git.sesse.net Git - vlc/commitdiff
Remove trailing spaces.
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 26 Nov 2006 17:49:17 +0000 (17:49 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 26 Nov 2006 17:49:17 +0000 (17:49 +0000)
modules/video_filter/colorthres.c

index 7f708858978308e3cd6e26bc4bb2ffc9519d71ef..06354ca923e1137a58b1a3f6ca6314d36e3fc8c5 100644 (file)
@@ -52,7 +52,7 @@ static picture_t *Filter( filter_t *, picture_t * );
     "chars are for red, then green, then blue. #000000 = black, #FF0000 = red,"\
     " #00FF00 = green, #FFFF00 = yellow (red + green), #FFFFFF = white" )
 static int pi_color_values[] = {
-  0x00FF0000, 0x00FF00FF, 0x00FFFF00, 0x0000FF00, 0x000000FF, 0x0000FFFF }; 
+  0x00FF0000, 0x00FF00FF, 0x00FFFF00, 0x0000FF00, 0x000000FF, 0x0000FFFF };
 
 static char *ppsz_color_descriptions[] = {
   N_("Red"), N_("Fuchsia"), N_("Yellow"), N_("Lime"), N_("Blue"), N_("Aqua") };
@@ -214,8 +214,6 @@ static picture_t *Filter( filter_t *p_filter, picture_t *p_pic )
         p_in_v++;
         p_out_u++;
         p_out_v++;
-            
-        
     }
 
     p_outpic->date = p_pic->date;