]> git.lizzy.rs Git - rust.git/commitdiff
Formatting
authorChristian Poveda <christianpoveda@protonmail.com>
Sat, 3 Aug 2019 15:51:23 +0000 (10:51 -0500)
committerChristian Poveda <christianpoveda@protonmail.com>
Sat, 3 Aug 2019 15:51:23 +0000 (10:51 -0500)
src/shims/foreign_items.rs

index 3321329478234e372d4ceab13d24269f2ec8d303..3e3266b74a074b24a937bc8a24b157b1497ce5f0 100644 (file)
@@ -612,6 +612,7 @@ fn emulate_foreign_item(
                 let n = x * 2.0f64.powi(exp);
                 this.write_scalar(Scalar::from_u64(n.to_bits()), dest)?;
             }
+
             // Some things needed for `sys::thread` initialization to go through.
             "signal" | "sigaction" | "sigaltstack" => {
                 this.write_scalar(Scalar::from_int(0, dest.layout.size), dest)?;