Skip to content

Commit cee9f05

Browse files
committed
Tweak formatting.
1 parent 6e9a1de commit cee9f05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libpanic_abort/lib.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ pub unsafe extern "C" fn __rust_start_panic(_payload: usize) -> u32 {
4646
libc::abort();
4747
}
4848
} else if #[cfg(any(target_os = "hermit",
49-
all(target_vendor = "fortanix", target_env = "sgx")))] {
49+
all(target_vendor = "fortanix", target_env = "sgx")
50+
))] {
5051
unsafe fn abort() -> ! {
5152
// call std::sys::abort_internal
5253
extern "C" {

0 commit comments

Comments
 (0)