Whitespace fixes
This commit is contained in:
parent
b109f8ce7c
commit
95e9680e96
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user