]> git.sesse.net Git - vlc/commitdiff
Remove excess whitespace
authorJean-Paul Saman <jpsaman@videolan.org>
Wed, 30 May 2007 11:17:25 +0000 (11:17 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Wed, 30 May 2007 11:17:25 +0000 (11:17 +0000)
modules/video_output/x11/xcommon.c

index 03c8630505145a55b8e661ea1eb28a37a73c889a..ea734c985664cb0c9e530e9b09d60231ab1857dd 100644 (file)
@@ -389,7 +389,7 @@ int E_(Activate) ( vlc_object_t *p_this )
 #ifdef HAVE_XSP
     p_vout->p_sys->i_hw_scale = 1;
 #endif
-    
+
 #ifdef HAVE_OSSO
     p_vout->p_sys->i_backlight_on_counter = i_backlight_on_interval; 
     p_vout->p_sys->p_octx = osso_initialize( "vlc", VERSION, 0, NULL );
@@ -399,7 +399,7 @@ int E_(Activate) ( vlc_object_t *p_this )
         msg_Dbg( p_vout, "Initialized osso context" );
     }
 #endif
-                   
+
     /* Variable to indicate if the window should be on top of others */
     /* Trigger a callback right now */
     var_Get( p_vout, "video-on-top", &val );
@@ -478,7 +478,7 @@ void E_(Deactivate) ( vlc_object_t *p_this )
         osso_deinitialize( p_vout->p_sys->p_octx );
     }
 #endif
-       
+
     free( p_vout->p_sys );
 }