]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/dialogs/playlist.cpp
Qt4 - Cleaning trailing spaces...
[vlc] / modules / gui / qt4 / dialogs / playlist.cpp
index ead03de0db917e4454b13f96d498fa04929012ef..c97c587533c3cd0b1259c6905064b7ec91faf74f 100644 (file)
@@ -37,7 +37,7 @@
 
 PlaylistDialog *PlaylistDialog::instance = NULL;
 
-PlaylistDialog::PlaylistDialog( intf_thread_t *_p_intf ) 
+PlaylistDialog::PlaylistDialog( intf_thread_t *_p_intf )
                 : QVLCMW( _p_intf )
 {
     QWidget *main = new QWidget( this );
@@ -54,7 +54,7 @@ PlaylistDialog::PlaylistDialog( intf_thread_t *_p_intf )
 
 PlaylistDialog::~PlaylistDialog()
 {
-    writeSettings( "playlist" );    
+    writeSettings( "playlist" );
 }
 
 void PlaylistDialog::dropEvent(QDropEvent *event)