From c1f08277f9dc86a15ce8cbdc1f7609e3b5c9a719 Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Wed, 17 Oct 2018 16:26:20 -0700 Subject: cargo fmt aarch64 and kvm A few non-rustfmt changes slipped in since the tree-wide formatting pass. BUG=None TEST=Re-run `cargo fmt` and verify that it makes no further changes. Change-Id: Ic5afb20dabc1087e5d6f54862e6b8b47c5f5608d Signed-off-by: Daniel Verkamp Reviewed-on: https://chromium-review.googlesource.com/1287369 Commit-Ready: ChromeOS CL Exonerator Bot Reviewed-by: Dylan Reid --- kvm/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvm/src/lib.rs') diff --git a/kvm/src/lib.rs b/kvm/src/lib.rs index 37447cf..f9188e0 100644 --- a/kvm/src/lib.rs +++ b/kvm/src/lib.rs @@ -1445,7 +1445,7 @@ impl Vcpu { // kvm_sigmask.len = size_of::() as u32; kvm_sigmask[0].len = 8; // Ensure the length is not too big. - const _ASSERT: usize = size_of::() - 8 as usize; + const _ASSERT: usize = size_of::() - 8 as usize; // Safe as we allocated exactly the needed space unsafe { -- cgit 1.4.1