]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/preferences_widgets.cpp
Remove trailing space.
[vlc] / 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() );
 }