Some small clean ups:

- removed lines at the end of the file (if there were more than one)
- some missing spaces

bzr-revno: 1113
This commit is contained in:
Andreas Preikschat 2010-11-05 19:45:37 +00:00 committed by Tim Bentley
commit 02706e0136
3 changed files with 14 additions and 17 deletions

View File

@ -541,4 +541,3 @@ class MediaManagerItem(QtGui.QWidget):
individual service items need to be processed by the plugins
"""
pass

View File

@ -80,5 +80,3 @@ class MediaTab(SettingsTab):
QtCore.QSettings().setValue(self.settingsSection + u'/use phonon',
QtCore.QVariant(self.usePhonon))
Receiver.send_message(u'config_screen_changed')