Formatting: Run rustfmt

This commit is contained in:
Philipp Oppermann
2016-04-12 00:42:49 +02:00
parent f2f2568e26
commit 6839321233
4 changed files with 28 additions and 22 deletions

View File

@@ -85,6 +85,6 @@ extern "C" fn panic_fmt(fmt: core::fmt::Arguments, file: &str, line: u32) -> ! {
}
#[no_mangle]
pub extern fn _Unwind_Resume() -> ! {
loop{}
pub extern "C" fn _Unwind_Resume() -> ! {
loop {}
}