Whitespace fixes

This commit is contained in:
Marek Marczykowski-Górecki 2014-02-17 00:35:45 +01:00
parent b109f8ce7c
commit 95e9680e96

View File

@ -484,8 +484,6 @@ class VMSettingsWindow(Ui_SettingsDialog, QDialog):
else:
self.kernel_opts.setText(self.vm.kernelopts)
def __apply_advanced_tab__(self):
msg = []
@ -510,7 +508,7 @@ class VMSettingsWindow(Ui_SettingsDialog, QDialog):
#in case VM is not Linux
if not hasattr(self.vm, "kernel"):
return msg;
return msg
#kernel changed
if not self.kernel_groupbox.isVisible():
@ -537,7 +535,6 @@ class VMSettingsWindow(Ui_SettingsDialog, QDialog):
return msg
######## devices tab
def __init_devices_tab__(self):
self.dev_list = MultiSelectWidget(self)