]> git.sesse.net Git - vlc/blobdiff - src/input/vlm.c
Removes trailing spaces. Removes tabs.
[vlc] / src / input / vlm.c
index a2c3f0d909c38fe40966a5f6f3a70ec0bd0208ba..d0803969e786646e4a3bbd91655653a0deca65ff 100644 (file)
@@ -797,7 +797,7 @@ static int ExecuteMediaProperty( vlm_t *p_vlm, int64_t id, vlc_bool_t b_new,
             int i_index;
 
             MISSING( "inputdeln" );
-            
             i_index = atoi( psz_value );
             if( i_index > 0 && i_index <= p_cfg->i_input )
                 TAB_REMOVE( p_cfg->i_input, p_cfg->ppsz_input, p_cfg->ppsz_input[i_index-1] );