]> git.sesse.net Git - vlc/commitdiff
Remove whitespace after keep-size commit.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Jan 2009 13:35:39 +0000 (14:35 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 24 Jan 2009 14:02:27 +0000 (15:02 +0100)
modules/gui/qt4/main_interface.cpp
modules/gui/qt4/main_interface.hpp

index 59460806499f41c311d6e727d4e9034454e5aa12..5a8443ca42ccac602fdbca430f50efa728524177 100644 (file)
@@ -221,7 +221,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     settings->beginGroup( "MainWindow" );
     QVLCTools::restoreWidgetPosition( settings, this, QSize(380, 60) );
 
-    /* resize to previously saved main window size if appicable */ 
+    /* resize to previously saved main window size if appicable */
     if( b_keep_size )
     {
        if( i_visualmode == QT_ALWAYS_VIDEO_MODE ||
@@ -642,7 +642,7 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x,
                                    unsigned int *pi_height )
 {
     /* Request the videoWidget */
-    void *ret = videoWidget->request( p_nvout,pi_x, pi_y, 
+    void *ret = videoWidget->request( p_nvout,pi_x, pi_y,
                                       pi_width, pi_height, b_keep_size );
     if( ret ) /* The videoWidget is available */
     {
index 6355f85d7cb036332c55b3bbbecc72b05c0bc4a5..9dc9b46c729c1a18533f335aa3dfe74297eadca7 100644 (file)
@@ -132,7 +132,7 @@ private:
     bool                 visualSelectorEnabled;
     bool                 notificationEnabled; /// Systray Notifications
     bool                 bgWasVisible;
-    bool                 b_keep_size;         ///< persistent resizeable window 
+    bool                 b_keep_size;         ///< persistent resizeable window
     QSize                mainBasedSize;       ///< based Wnd (normal mode only)
     QSize                mainVideoSize;       ///< Wnd with video (all modes)
     int                  i_visualmode;        ///< Visual Mode