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

Remove useless whitespace

parent 75208d54
...@@ -1195,7 +1195,7 @@ static vlc_bool_t Control( input_thread_t *p_input, int i_type, ...@@ -1195,7 +1195,7 @@ static vlc_bool_t Control( input_thread_t *p_input, int i_type,
vlc_bool_t b_force_update = VLC_FALSE; vlc_bool_t b_force_update = VLC_FALSE;
if( !p_input ) return b_force_update; if( !p_input ) return b_force_update;
switch( i_type ) switch( i_type )
{ {
case INPUT_CONTROL_SET_DIE: case INPUT_CONTROL_SET_DIE:
...@@ -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