Changeset 46c62accfc36a9e7e8ab4d47984a02374102e416

Show
Ignore:
Timestamp:
06/06/07 11:33:44 (1 year ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1181122424 +0000
git-parent:

[499b9cfb254c8a4000efd402019dc4ae495c6286]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1181122424 +0000
Message:

Remove excess whitespace

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/osd/osd.c

    r499b9cf r46c62ac  
    296296     * Is there a menu item above or below? If so, then select it. 
    297297     */ 
    298     if( p_button && p_button->p_up
     298    if( p_button && p_button->p_up
    299299    { 
    300300        vlc_object_release( (vlc_object_t*) p_osd ); 
     
    303303        return; 
    304304    } 
    305     if( p_button && p_button->p_down
     305    if( p_button && p_button->p_down
    306306    { 
    307307        vlc_object_release( (vlc_object_t*) p_osd ); 
     
    362362            p_osd->p_state->p_visible = p_osd->p_button; 
    363363 
    364         if( !p_osd->p_state->p_visible->b_range )  
     364        if( !p_osd->p_state->p_visible->b_range ) 
    365365            p_osd->p_state->p_visible->p_current_state = 
    366366                osd_StateChange( p_osd->p_state->p_visible->p_states, OSD_BUTTON_SELECT ); 
    367367 
    368         osd_UpdateState( p_osd->p_state,  
     368        osd_UpdateState( p_osd->p_state, 
    369369                p_osd->p_state->p_visible->i_x, p_osd->p_state->p_visible->i_y, 
    370370                p_osd->p_state->p_visible->p_current_state->p_pic->p[Y_PLANE].i_visible_pitch, 
     
    406406    if( p_button ) 
    407407    { 
    408         if( !p_button->b_range )  
     408        if( !p_button->b_range ) 
    409409            p_button->p_current_state = osd_StateChange( p_button->p_states, OSD_BUTTON_UNSELECT ); 
    410410        if( p_button->p_prev ) 
     
    413413            p_osd->p_state->p_visible = p_osd->p_last_button; 
    414414 
    415         if( !p_osd->p_state->p_visible->b_range )  
     415        if( !p_osd->p_state->p_visible->b_range ) 
    416416            p_osd->p_state->p_visible->p_current_state = 
    417417                osd_StateChange( p_osd->p_state->p_visible->p_states, OSD_BUTTON_SELECT ); 
    418418 
    419         osd_UpdateState( p_osd->p_state,  
     419        osd_UpdateState( p_osd->p_state, 
    420420                p_osd->p_state->p_visible->i_x, p_osd->p_state->p_visible->i_y, 
    421421                p_osd->p_state->p_visible->p_current_state->p_pic->p[Y_PLANE].i_visible_pitch, 
     
    459459    if( p_button ) 
    460460    { 
    461         if( !p_button->b_range )  
     461        if( !p_button->b_range ) 
    462462        { 
    463463            p_button->p_current_state = osd_StateChange( p_button->p_states, OSD_BUTTON_SELECT ); 
     
    466466        } 
    467467 
    468         if( p_button->b_range && p_osd->p_state->p_visible->b_range )  
     468        if( p_button->b_range && p_osd->p_state->p_visible->b_range ) 
    469469        { 
    470470            osd_state_t *p_temp = p_osd->p_state->p_visible->p_current_state; 
     
    478478        } 
    479479 
    480         osd_UpdateState( p_osd->p_state,  
     480        osd_UpdateState( p_osd->p_state, 
    481481                p_osd->p_state->p_visible->i_x, p_osd->p_state->p_visible->i_y, 
    482482                p_osd->p_state->p_visible->p_current_state->p_pic->p[Y_PLANE].i_visible_pitch, 
     
    487487            * then perform "menu select" on every menu navigation 
    488488            */ 
    489         if( p_button->b_range )  
     489        if( p_button->b_range ) 
    490490        { 
    491491            osd_SetKeyPressed( VLC_OBJECT(p_osd->p_libvlc), config_GetInt(p_osd, p_button->psz_action) ); 
     
    531531    if( p_button ) 
    532532    { 
    533         if( !p_button->b_range )  
     533        if( !p_button->b_range ) 
    534534        { 
    535535            p_button->p_current_state = osd_StateChange( p_button->p_states, OSD_BUTTON_SELECT ); 
     
    538538        } 
    539539 
    540         if( p_button->b_range && p_osd->p_state->p_visible->b_range )  
     540        if( p_button->b_range && p_osd->p_state->p_visible->b_range ) 
    541541        { 
    542542            osd_state_t *p_temp = p_osd->p_state->p_visible->p_current_state; 
     
    550550        } 
    551551 
    552         osd_UpdateState( p_osd->p_state,  
     552        osd_UpdateState( p_osd->p_state, 
    553553                p_osd->p_state->p_visible->i_x, p_osd->p_state->p_visible->i_y, 
    554554                p_osd->p_state->p_visible->p_current_state->p_pic->p[Y_PLANE].i_visible_pitch, 
     
    559559         * then perform "menu select" on every menu navigation 
    560560         */ 
    561         if( p_button->b_range )  
     561        if( p_button->b_range ) 
    562562        { 
    563563            osd_SetKeyPressed( VLC_OBJECT(p_osd->p_libvlc), config_GetInt(p_osd, p_button->psz_action_down) ); 
     
    611611 
    612612        p_button = p_osd->p_state->p_volume; 
    613         if( p_osd->p_state->p_volume )  
     613        if( p_osd->p_state->p_volume ) 
    614614            p_osd->p_state->p_visible = p_osd->p_state->p_volume; 
    615615        if( p_button && p_button->b_range )