diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-10 11:01:46 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-05-10 11:01:46 +0530 |
| commit | 459652c832815118cf78c30f7a59cea99c43d308 (patch) | |
| tree | e619018cbe727c13c3a4c13d8a470fe79de4a6a8 /src/libstd/rt | |
| parent | fd099b2d50e38a3ccd3f43e4457e5f73f089f075 (diff) | |
| parent | 7984074e25e2d4ac2b5bc125d44e38a280f964f9 (diff) | |
| download | rust-459652c832815118cf78c30f7a59cea99c43d308.tar.gz rust-459652c832815118cf78c30f7a59cea99c43d308.zip | |
Rollup merge of #25251 - nham:whitespace_lang_items, r=Manishearth
In my opinion this looks nicer, but also it matches the whitespace generally used for stability markers.
Diffstat (limited to 'src/libstd/rt')
| -rw-r--r-- | src/libstd/rt/unwind.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libstd/rt/unwind.rs b/src/libstd/rt/unwind.rs index 8e55ff0b76c..b24099505ed 100644 --- a/src/libstd/rt/unwind.rs +++ b/src/libstd/rt/unwind.rs @@ -238,7 +238,7 @@ pub mod eabi { -> uw::_Unwind_Reason_Code; } - #[lang="eh_personality"] + #[lang = "eh_personality"] #[no_mangle] // referenced from rust_try.ll #[allow(private_no_mangle_fns)] extern fn rust_eh_personality( @@ -292,7 +292,7 @@ pub mod eabi { -> uw::_Unwind_Reason_Code; } - #[lang="eh_personality"] + #[lang = "eh_personality"] #[no_mangle] // referenced from rust_try.ll pub extern "C" fn rust_eh_personality( version: c_int, @@ -345,7 +345,7 @@ pub mod eabi { -> uw::_Unwind_Reason_Code; } - #[lang="eh_personality"] + #[lang = "eh_personality"] #[no_mangle] // referenced from rust_try.ll #[allow(private_no_mangle_fns)] extern "C" fn rust_eh_personality( @@ -432,7 +432,7 @@ pub mod eabi { ) -> EXCEPTION_DISPOSITION; } - #[lang="eh_personality"] + #[lang = "eh_personality"] #[no_mangle] // referenced from rust_try.ll #[allow(private_no_mangle_fns)] extern "C" fn rust_eh_personality( |
