about summary refs log tree commit diff
path: root/library/panic_unwind/src
diff options
context:
space:
mode:
authorHood Chatham <roberthoodchatham@gmail.com>2022-06-08 10:25:18 -0700
committerHood Chatham <roberthoodchatham@gmail.com>2022-06-08 10:25:18 -0700
commit0ec3174e3ea682aac2633b38e75db0e94eabe5c9 (patch)
tree6ccf328dc19017496d6ec7cec12ebd5b71183f5c /library/panic_unwind/src
parent2ecbdc1b3223eb9acda60014946738cd8e87f7e5 (diff)
downloadrust-0ec3174e3ea682aac2633b38e75db0e94eabe5c9.tar.gz
rust-0ec3174e3ea682aac2633b38e75db0e94eabe5c9.zip
Fix formatter
Diffstat (limited to 'library/panic_unwind/src')
-rw-r--r--library/panic_unwind/src/emcc.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/panic_unwind/src/emcc.rs b/library/panic_unwind/src/emcc.rs
index e3a32a5581e..790aacdbe45 100644
--- a/library/panic_unwind/src/emcc.rs
+++ b/library/panic_unwind/src/emcc.rs
@@ -105,7 +105,6 @@ extern "C" fn exception_cleanup(ptr: *mut libc::c_void) -> *mut libc::c_void {
     }
 }
 
-
 // This is required by the compiler to exist (e.g., it's a lang item), but it's
 // never actually called by the compiler.  Emscripten EH doesn't use a
 // personality function at all, it instead uses __cxa_find_matching_catch.