]> git.sesse.net Git - vlc/commitdiff
Remove excess/trailing whitespace
authorJean-Paul Saman <jpsaman@videolan.org>
Thu, 20 Dec 2007 11:47:22 +0000 (11:47 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Thu, 20 Dec 2007 11:47:22 +0000 (11:47 +0000)
modules/video_output/opengl.c
modules/video_output/x11/xcommon.c
src/video_output/video_output.c

index 95e701c75f5e54e638de280cc1a49ef787d9eab2..4ab6a0f4bd5e7dc0b092887749e9b691c62bf4ca 100644 (file)
@@ -687,7 +687,6 @@ static int Manage( vout_thread_t *p_vout )
         p_vout->i_changes = VOUT_CROP_CHANGE;        //to force change
         p_sys->p_vout->i_alignment = p_vout->i_alignment;    
     }
-    
     return i_ret;
 }
 
index 3b4ad84caffac089c9dac68e8ecba6dc4e45b3ce..2061a8e4ea7904f78aa45076550da4e3f14ab918 100644 (file)
@@ -1519,7 +1519,7 @@ static int ManageVideo( vout_thread_t *p_vout )
 #ifdef MODULE_NAME_IS_xvmc
     xvmc_context_reader_unlock( &p_vout->p_sys->xvmc_lock );
 #endif
+
 #ifdef HAVE_OSSO
     if ( p_vout->p_sys->p_octx != NULL ) {
         if ( p_vout->p_sys->i_backlight_on_counter == i_backlight_on_interval ) {
@@ -1534,7 +1534,7 @@ static int ManageVideo( vout_thread_t *p_vout )
         }
     }
 #endif
-    
+
     vlc_mutex_unlock( &p_vout->p_sys->lock );
     return 0;
 }
index a0c80c5aa6969c73a61d55a16c057df05258e169..0706c6d2d9abd47ba6daedc6632751ba713636e8 100644 (file)
@@ -194,7 +194,6 @@ vout_thread_t *__vout_Request( vlc_object_t *p_this, vout_thread_t *p_vout,
 
         if( ( p_vout->fmt_render.i_width != p_fmt->i_width ) ||
             ( p_vout->fmt_render.i_height != p_fmt->i_height ) ||
-           
             ( p_vout->fmt_render.i_aspect != p_fmt->i_aspect ) ||
             p_vout->b_filter_change )
         {