]> git.lizzy.rs Git - rust.git/commitdiff
Cargo fmt
authorinfrandomness <infrandomness@gmail.com>
Sun, 26 Jun 2022 23:22:13 +0000 (01:22 +0200)
committerinfrandomness <infrandomness@gmail.com>
Sun, 26 Jun 2022 23:39:25 +0000 (01:39 +0200)
src/shims/unix/linux/foreign_items.rs

index 500250745c8b74931246c1b67b4e712db7dc56df..48abe9bf08c33d1658cfa05d706521ace2bca5d7 100644 (file)
@@ -80,8 +80,6 @@ fn emulate_foreign_item_by_name(
                 this.write_scalar(Scalar::from_i32(result), dest)?;
             }
 
-
-
             // Threading
             "prctl" => {
                 // prctl is variadic. (It is not documented like that in the manpage, but defined like that in the libc crate.)