Skip to content

Commit a590ad6

Browse files
committed
formatted
1 parent 46f87c9 commit a590ad6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/device.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ impl AxVmDevices {
210210
#[cfg(target_arch = "aarch64")]
211211
{
212212
let host_gits_base = config
213-
.cfg_list
214-
.get(0)
215-
.copied()
216-
.map(PhysAddr::from_usize)
217-
.expect("expect 1 arg for gppt its (host_gits_base)");
213+
.cfg_list
214+
.get(0)
215+
.copied()
216+
.map(PhysAddr::from_usize)
217+
.expect("expect 1 arg for gppt its (host_gits_base)");
218218

219219
this.add_mmio_dev(Arc::new(arm_vgic::v3::gits::Gits::new(
220220
config.base_gpa.into(),

0 commit comments

Comments
 (0)