Commit 4e26c57f authored by Antoine Cellerier's avatar Antoine Cellerier

Remove trailing spaces.

parent 9ce72981
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment