Commit fccb46ca authored by Jean-Paul Saman's avatar Jean-Paul Saman

Remove useless whitespace

parent 75208d54
...@@ -1274,8 +1274,8 @@ static vlc_bool_t Control( input_thread_t *p_input, int i_type, ...@@ -1274,8 +1274,8 @@ static vlc_bool_t Control( input_thread_t *p_input, int i_type,
if( i_ret ) if( i_ret )
{ {
int64_t i_length; int64_t i_length;
/* Emulate it with a SET_POS */
/* Emulate it with a SET_POS */
demux2_Control( p_input->input.p_demux, demux2_Control( p_input->input.p_demux,
DEMUX_GET_LENGTH, &i_length ); DEMUX_GET_LENGTH, &i_length );
if( i_length > 0 ) if( i_length > 0 )
......
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