]> git.sesse.net Git - vlc/commitdiff
Remove trailing space.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jul 2008 16:41:35 +0000 (09:41 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jul 2008 16:41:35 +0000 (09:41 -0700)
modules/gui/qt4/components/preferences_widgets.cpp

index 7ff6aea51636fcca1883216b42205152ef1d8f0e..2bcffd12ccc2cefae7145ae9a32fe4048ce6ed14 100644 (file)
@@ -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() );
 }