Skip to content

Commit

Permalink
Tweak formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 15, 2020
1 parent 6e9a1de commit cee9f05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/libpanic_abort/lib.rs
Expand Up @@ -46,7 +46,8 @@ pub unsafe extern "C" fn __rust_start_panic(_payload: usize) -> u32 {
libc::abort();
}
} else if #[cfg(any(target_os = "hermit",
all(target_vendor = "fortanix", target_env = "sgx")))] {
all(target_vendor = "fortanix", target_env = "sgx")
))] {
unsafe fn abort() -> ! {
// call std::sys::abort_internal
extern "C" {
Expand Down

0 comments on commit cee9f05

Please sign in to comment.