From 2518b9e3cdd8cc4cfcb9503ed849a34aa7ade9ef Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Sun, 28 Jun 2020 16:32:56 +0000 Subject: [PATCH] vmm: hypervisor: fix white space issues Signed-off-by: Wei Liu --- hypervisor/Cargo.toml | 2 +- hypervisor/src/arch/mod.rs | 2 +- hypervisor/src/arch/x86/mod.rs | 2 +- hypervisor/src/cpu.rs | 2 +- hypervisor/src/hypervisor.rs | 2 +- hypervisor/src/kvm/aarch64/mod.rs | 2 +- hypervisor/src/kvm/mod.rs | 2 +- hypervisor/src/kvm/x86_64/mod.rs | 2 +- hypervisor/src/lib.rs | 2 +- hypervisor/src/vm.rs | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 317845dfb..1a51105c7 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hypervisor" version = "0.1.0" -authors = ["Muminul Islam"] +authors = ["Muminul Islam "] edition = "2018" diff --git a/hypervisor/src/arch/mod.rs b/hypervisor/src/arch/mod.rs index fbfea47c2..b77d2630a 100644 --- a/hypervisor/src/arch/mod.rs +++ b/hypervisor/src/arch/mod.rs @@ -8,7 +8,7 @@ // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // -// Copyright © 2020, Microsoft Corporation +// Copyright © 2020, Microsoft Corporation // #[cfg(target_arch = "x86_64")] diff --git a/hypervisor/src/arch/x86/mod.rs b/hypervisor/src/arch/x86/mod.rs index 50bd8bb84..1b1a04c35 100644 --- a/hypervisor/src/arch/x86/mod.rs +++ b/hypervisor/src/arch/x86/mod.rs @@ -8,7 +8,7 @@ // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // -// Copyright © 2020, Microsoft Corporation +// Copyright © 2020, Microsoft Corporation // #[allow(non_upper_case_globals)] diff --git a/hypervisor/src/cpu.rs b/hypervisor/src/cpu.rs index 76895bab8..9b70e3d24 100644 --- a/hypervisor/src/cpu.rs +++ b/hypervisor/src/cpu.rs @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // -// Copyright © 2020, Microsoft Corporation +// Copyright © 2020, Microsoft Corporation // // Copyright 2018-2019 CrowdStrike, Inc. // diff --git a/hypervisor/src/hypervisor.rs b/hypervisor/src/hypervisor.rs index dcafa9c8d..e8a2c877c 100644 --- a/hypervisor/src/hypervisor.rs +++ b/hypervisor/src/hypervisor.rs @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // -// Copyright © 2020, Microsoft Corporation +// Copyright © 2020, Microsoft Corporation // // Copyright 2018-2019 CrowdStrike, Inc. // diff --git a/hypervisor/src/kvm/aarch64/mod.rs b/hypervisor/src/kvm/aarch64/mod.rs index 12ff30549..05022e217 100644 --- a/hypervisor/src/kvm/aarch64/mod.rs +++ b/hypervisor/src/kvm/aarch64/mod.rs @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // -// Copyright © 2020, Microsoft Corporation +// Copyright © 2020, Microsoft Corporation // // Copyright 2018-2019 CrowdStrike, Inc. // diff --git a/hypervisor/src/kvm/mod.rs b/hypervisor/src/kvm/mod.rs index 65eaeca70..a62b387b1 100644 --- a/hypervisor/src/kvm/mod.rs +++ b/hypervisor/src/kvm/mod.rs @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // -// Copyright © 2020, Microsoft Corporation +// Copyright © 2020, Microsoft Corporation // // Copyright 2018-2019 CrowdStrike, Inc. // diff --git a/hypervisor/src/kvm/x86_64/mod.rs b/hypervisor/src/kvm/x86_64/mod.rs index ceea19845..85c602a15 100644 --- a/hypervisor/src/kvm/x86_64/mod.rs +++ b/hypervisor/src/kvm/x86_64/mod.rs @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // -// Copyright © 2020, Microsoft Corporation +// Copyright © 2020, Microsoft Corporation // // Copyright 2018-2019 CrowdStrike, Inc. // diff --git a/hypervisor/src/lib.rs b/hypervisor/src/lib.rs index 50fae9700..1af03aeea 100644 --- a/hypervisor/src/lib.rs +++ b/hypervisor/src/lib.rs @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // -// Copyright © 2020, Microsoft Corporation +// Copyright © 2020, Microsoft Corporation // // Copyright 2018-2019 CrowdStrike, Inc. // diff --git a/hypervisor/src/vm.rs b/hypervisor/src/vm.rs index 72099c7c1..1c1f31d51 100644 --- a/hypervisor/src/vm.rs +++ b/hypervisor/src/vm.rs @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: Apache-2.0 OR BSD-3-Clause // -// Copyright © 2020, Microsoft Corporation +// Copyright © 2020, Microsoft Corporation // // Copyright 2018-2019 CrowdStrike, Inc. //