]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/PlayListWindow.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / beos / PlayListWindow.cpp
index 829ca7841c2806b27e099f69b9d46a236a9f8289..069eaeba43543d83eae5bb1faff892fbf7c7c14d 100644 (file)
@@ -71,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
@@ -190,7 +190,7 @@ PlayListWindow::~PlayListWindow()
 bool
 PlayListWindow::QuitRequested()
 {
-    Hide(); 
+    Hide();
     return false;
 }