]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/Interface.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / beos / Interface.cpp
index fa6e68b9399b9c551f443a569bde250e930f3cab..6da022a32bf7420210df5452cc0795be77b7a947 100644 (file)
@@ -29,7 +29,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdio.h>
 #include <InterfaceKit.h>
 #include <Application.h>
 #include <Message.h>
@@ -69,7 +68,7 @@ int E_(OpenIntf) ( vlc_object_t *p_this )
         msg_Err( p_intf, "out of memory" );
         return VLC_EGENERIC;
     }
-    
     p_intf->pf_run = Run;
 
     /* Create the interface window */