[vlc-devel] commit: Remove whitespace after keep-size commit. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jan 24 15:03:36 CET 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 24 14:35:39 2009 +0100| [6aa4cb226bc5986e1b8bb09f3db135d79872466e] | committer: Jean-Baptiste Kempf 

Remove whitespace after keep-size commit.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6aa4cb226bc5986e1b8bb09f3db135d79872466e
---

 modules/gui/qt4/main_interface.cpp |    4 ++--
 modules/gui/qt4/main_interface.hpp |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 5946080..5a8443c 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -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 */
     {
diff --git a/modules/gui/qt4/main_interface.hpp b/modules/gui/qt4/main_interface.hpp
index 6355f85..9dc9b46 100644
--- a/modules/gui/qt4/main_interface.hpp
+++ b/modules/gui/qt4/main_interface.hpp
@@ -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




More information about the vlc-devel mailing list