Commit df507aa7 authored by Antoine Cellerier's avatar Antoine Cellerier

Remove trailing space.

parent 74d80d86
...@@ -237,7 +237,7 @@ static int Init( vout_thread_t *p_vout ) ...@@ -237,7 +237,7 @@ static int Init( vout_thread_t *p_vout )
for( i_vout = 0; i_vout < p_vout->p_sys->i_clones; i_vout++ ) for( i_vout = 0; i_vout < p_vout->p_sys->i_clones; i_vout++ )
{ {
if( p_vout->p_sys->ppsz_vout_list == NULL if( p_vout->p_sys->ppsz_vout_list == NULL
|| ( !strncmp( p_vout->p_sys->ppsz_vout_list[i_vout], || ( !strncmp( p_vout->p_sys->ppsz_vout_list[i_vout],
"default", 8 ) ) ) "default", 8 ) ) )
{ {
......
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