From 9eabeb07cc292c142dc1441af3efb2e36c27dcba Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 3 Jan 2022 14:44:35 -0800 Subject: fmt(crate): `cargo fmt` --- crates/windows-kernel-rs/src/allocator.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'crates/windows-kernel-rs/src/allocator.rs') diff --git a/crates/windows-kernel-rs/src/allocator.rs b/crates/windows-kernel-rs/src/allocator.rs index 9c9f996..f45cb1e 100644 --- a/crates/windows-kernel-rs/src/allocator.rs +++ b/crates/windows-kernel-rs/src/allocator.rs @@ -15,7 +15,11 @@ use crate::version::VersionInfo; /// See issue #52191. #[alloc_error_handler] -fn alloc_error(_: Layout) -> ! { loop { x86_64::instructions::hlt() } } +fn alloc_error(_: Layout) -> ! { + loop { + x86_64::instructions::hlt() + } +} lazy_static! { /// The version of Microsoft Windows that is currently running. This is used by -- cgit v1.2.3