]> git.sesse.net Git - vlc/commitdiff
Remove useless whitespace
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 16 Oct 2005 20:07:15 +0000 (20:07 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 16 Oct 2005 20:07:15 +0000 (20:07 +0000)
src/input/input.c

index 135ca555610b88558b654f2c2854cb6ac9eee2c8..6221fb8bbd52588aa11c6f00bfd91586e47b3284 100644 (file)
@@ -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;
 
     if( !p_input ) return b_force_update;
-        
+
     switch( i_type )
     {
         case INPUT_CONTROL_SET_DIE:
@@ -1274,8 +1274,8 @@ static vlc_bool_t Control( input_thread_t *p_input, int i_type,
             if( i_ret )
             {
                 int64_t i_length;
-                /* Emulate it with a SET_POS */
 
+                /* Emulate it with a SET_POS */
                 demux2_Control( p_input->input.p_demux,
                                 DEMUX_GET_LENGTH, &i_length );
                 if( i_length > 0 )