vmm: device_manager: Remove extra whitespace lines

These originated from the removal of the acpi feature gate.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-04-28 15:17:32 +01:00
parent fdeb4f7c46
commit da33eb5e8c

View File

@ -1030,7 +1030,6 @@ impl DeviceManager {
console: Arc::new(Console::default()), console: Arc::new(Console::default()),
interrupt_controller: None, interrupt_controller: None,
cmdline_additions: Vec::new(), cmdline_additions: Vec::new(),
ged_notification_device: None, ged_notification_device: None,
config, config,
memory_manager, memory_manager,
@ -1051,15 +1050,12 @@ impl DeviceManager {
#[cfg(target_arch = "aarch64")] #[cfg(target_arch = "aarch64")]
id_to_dev_info: HashMap::new(), id_to_dev_info: HashMap::new(),
seccomp_action, seccomp_action,
numa_nodes, numa_nodes,
balloon: None, balloon: None,
activate_evt: activate_evt activate_evt: activate_evt
.try_clone() .try_clone()
.map_err(DeviceManagerError::EventFd)?, .map_err(DeviceManagerError::EventFd)?,
acpi_address, acpi_address,
selected_segment: 0, selected_segment: 0,
serial_pty: None, serial_pty: None,
serial_manager: None, serial_manager: None,