Changeset 3fea2a271e33863a96438f8695c9e4783b641436

Show
Ignore:
Timestamp:
20/12/07 12:47:22 (1 year ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1198151242 +0000
git-parent:

[c2915c44fa16dd6ae9c02bebb0492e91a53b4dd1]

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

Remove excess/trailing whitespace

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/video_output/opengl.c

    r2739cd4 r3fea2a2  
    688688        p_sys->p_vout->i_alignment = p_vout->i_alignment;     
    689689    } 
    690      
    691690    return i_ret; 
    692691} 
  • modules/video_output/x11/xcommon.c

    r552e595 r3fea2a2  
    15201520    xvmc_context_reader_unlock( &p_vout->p_sys->xvmc_lock ); 
    15211521#endif 
    1522   
     1522 
    15231523#ifdef HAVE_OSSO 
    15241524    if ( p_vout->p_sys->p_octx != NULL ) { 
     
    15351535    } 
    15361536#endif 
    1537      
     1537 
    15381538    vlc_mutex_unlock( &p_vout->p_sys->lock ); 
    15391539    return 0; 
  • src/video_output/video_output.c

    r256878b r3fea2a2  
    195195        if( ( p_vout->fmt_render.i_width != p_fmt->i_width ) || 
    196196            ( p_vout->fmt_render.i_height != p_fmt->i_height ) || 
    197             
    198197            ( p_vout->fmt_render.i_aspect != p_fmt->i_aspect ) || 
    199198            p_vout->b_filter_change )