]> git.sesse.net Git - vlc/blobdiff - modules/gui/minimal_macosx/voutgl.m
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / minimal_macosx / voutgl.m
index 3db8bc526a8996973a7c316fad76125dd47aca32..4595e2385f3447bb3c716c8601e757d6da77ac77 100644 (file)
@@ -57,7 +57,7 @@ int E_(OpenVideoGL)  ( vlc_object_t * p_this )
     memset( p_vout->p_sys, 0, sizeof( vout_sys_t ) );
 
     var_Get( p_vout->p_libvlc, "drawable", &value_drawable );
-    
     if( 0 /* Are we in the mozilla plugin ? XXX: get that from drawable */ )
     {
         p_vout->pf_init             = aglInit;