]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/PlayListWindow.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / beos / PlayListWindow.cpp
index ac1c73078bce339af218a198b446e3ab2a633d02..069eaeba43543d83eae5bb1faff892fbf7c7c14d 100644 (file)
@@ -28,7 +28,6 @@
 /* System headers */
 #include <InterfaceKit.h>
 #include <StorageKit.h>
-#include <string.h>
 
 /* VLC headers */
 #include <vlc/vlc.h>
@@ -72,7 +71,7 @@ PlayListWindow::PlayListWindow( BRect frame, const char* name,
     snprintf( psz_tmp, 1024, "%s%s", a, B_UTF8_ELLIPSIS );
 
     p_intf = p_interface;
-    
     SetName( _("playlist") );
 
     // set up the main menu bar
@@ -191,7 +190,7 @@ PlayListWindow::~PlayListWindow()
 bool
 PlayListWindow::QuitRequested()
 {
-    Hide(); 
+    Hide();
     return false;
 }