]> git.sesse.net Git - vlc/commitdiff
Cosmetics.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 17 May 2009 00:20:58 +0000 (02:20 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 17 May 2009 00:20:58 +0000 (02:20 +0200)
modules/gui/qt4/components/playlist/playlist_model.cpp
modules/gui/qt4/dialogs/sout.cpp
modules/gui/qt4/dialogs_provider.cpp
modules/gui/qt4/menus.cpp

index a474abd94e7abb35f90f535360bce286bce7afcd..31d1b184ae895ff589b61c1759f216f7504c1639 100644 (file)
@@ -224,7 +224,7 @@ void PLModel::addCallbacks()
 {
     /* Some global changes happened -> Rebuild all */
     var_AddCallback( p_playlist, "intf-change", PlaylistChanged, this );
-    /* We went to the next item 
+    /* We went to the next item
     var_AddCallback( p_playlist, "item-current", PlaylistNext, this );
     */
     /* One item has been updated */
index 9fef443c491a3c1d0d100dd9c455ef26cc05fbf4..72759a8b83fa87d33e79f213273a44e3170f1c50 100644 (file)
@@ -249,7 +249,7 @@ void SoutDialog::updateMRL()
 
     mrl = smrl.getMrl();
 
-    /* FIXME, deal with SAP 
+    /* FIXME, deal with SAP
     sout.b_sap = ui.sap->isChecked();
     sout.psz_group = strdup( qtu( ui.sapGroup->text() ) );
     sout.psz_name = strdup( qtu( ui.sapName->text() ) ); */
index 23fd3e63c0f68eba2d48b405964b615ae84f1465..bcd3bad24d63d73219149c3c0f68f60dc7b3b76f 100644 (file)
@@ -400,7 +400,7 @@ void DialogsProvider::addFromSimple( bool pl, bool go)
 {
     QStringList files = DialogsProvider::showSimpleOpen();
     int i = 0;
-       files.sort();
+    files.sort();
     foreach( const QString &file, files )
     {
         playlist_Add( THEPL, qtu( toNativeSeparators( file ) ), NULL,
index 948fcee36168ce71f06147c14cc69165ee5a2656..2b8aab8e4630d9caee196a650d350127be69f491 100644 (file)
@@ -347,7 +347,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
 }
 
 /**
- * Tools, like Media Information, Preferences or Messages 
+ * Tools, like Media Information, Preferences or Messages
  **/
 QMenu *QVLCMenu::ToolsMenu( QMenu *menu )
 {