]> git.sesse.net Git - vlc/commitdiff
Qt4 - Space removal
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 5 Dec 2007 17:05:23 +0000 (17:05 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 5 Dec 2007 17:05:23 +0000 (17:05 +0000)
Commit from MIT.

modules/gui/qt4/main_interface.cpp

index de2635dc5192e227959ea478b42aec5b91457eb9..885f163832930cd39fc9dbfdf90f6b0078ba0232 100644 (file)
@@ -132,7 +132,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
 
     /* Set the other interface settings */
     //FIXME I don't like that code
-    visualSelectorEnabled = settings->value( "visual-selector", false ).toBool(); 
+    visualSelectorEnabled = settings->value( "visual-selector", false ).toBool();
     notificationEnabled = config_GetInt( p_intf, "qt-notification" )
                           ? true : false;
 
@@ -353,7 +353,7 @@ void MainInterface::handleMainUi( QSettings *settings )
 
     /* Create the CONTROLS Widget */
     /* bool b_shiny = config_GetInt( p_intf, "qt-blingbling" ); */
-    controls = new ControlsWidget( p_intf, this, 
+    controls = new ControlsWidget( p_intf, this,
                    settings->value( "adv-controls", false ).toBool(),
                    config_GetInt( p_intf, "qt-blingbling" ) );