[vlc-devel] commit: Remove trailing space. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jul 26 18:53:43 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 26 09:41:35 2008 -0700| [1d5a0a9ca664284d3b5981dffbf0a60e2f6a88f7]

Remove trailing space.

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

 modules/gui/qt4/components/preferences_widgets.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index 7ff6aea..2bcffd1 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -1196,7 +1196,7 @@ void KeySelectorControl::finish()
     CONNECT( table, itemDoubleClicked( QTreeWidgetItem *, int ),
              this, selectKey( QTreeWidgetItem * ) );
     CONNECT( table, itemSelectionChanged (),
-             this, select1Key() );       
+             this, select1Key() );
 
     CONNECT( shortcutValue, pressed(), this, selectKey() );
 }




More information about the vlc-devel mailing list