Skip to content

Commit 1ba1106

Browse files
committed
Format extern block
1 parent 7ed495a commit 1ba1106

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

library/std/src/sys/pal/unix/stack_overflow.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,11 @@ mod imp {
608608
pub type BOOL = i32;
609609

610610
extern "system" {
611-
pub fn AddVectoredExceptionHandler(first: u32, handler: PVECTORED_EXCEPTION_HANDLER) -> *mut core::ffi::c_void;
612-
pub fn SetThreadStackGuarantee(stacksizeinbytes : *mut u32) -> BOOL;
611+
pub fn AddVectoredExceptionHandler(
612+
first: u32,
613+
handler: PVECTORED_EXCEPTION_HANDLER,
614+
) -> *mut core::ffi::c_void;
615+
pub fn SetThreadStackGuarantee(stacksizeinbytes: *mut u32) -> BOOL;
613616
}
614617

615618
pub const EXCEPTION_STACK_OVERFLOW: NTSTATUS = 0xC00000FD_u32 as _;

0 commit comments

Comments
 (0)