]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
* The pure Gnome part of the Gnome interface has been rewritten from
[vlc] / src / interface / interface.c
index f7a35bedd631621f74a3a8d19686ef2887e8be7a..a7dff1eb286c926bf2b6d5494a6c53f2dcd81f3a 100644 (file)
@@ -100,11 +100,11 @@ intf_thread_t* intf_Create( void )
     p_intf->pf_manage     = intf_Manage;
 
     /* Initialize structure */
-    p_intf->b_die =     0;
+    p_intf->b_die         = 0;
 
-    p_intf->p_input =       NULL;
-    p_intf->p_keys =        NULL;
-    p_intf->b_menu =        0;
+    p_intf->p_input       = NULL;
+    p_intf->p_keys        = NULL;
+    p_intf->b_menu        = 0;
     p_intf->b_menu_change = 0;
 
     if( p_intf->pf_open( p_intf ) )