Tweak formatting.

This commit is contained in:
Eric Huss 2020-07-06 20:25:44 -07:00
parent 6e9a1de0d1
commit cee9f05c2d

View File

@ -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" {