Add whitespace

This commit is contained in:
hyd-dev
2021-06-14 23:38:15 +08:00
parent d1e72d0854
commit 34603e586f
+1 -1
View File
@@ -61,7 +61,7 @@ fn emulate_foreign_item_by_name(
}
"fcntl" => {
// `fcntl` is variadic. The argument count is checked based on the first argument
// in`this.fcntl()`, so we do not use `check_shim` here.
// in `this.fcntl()`, so we do not use `check_shim` here.
this.check_abi_and_shim_symbol_clash(abi, Abi::C { unwind: false }, link_name_sym)?;
let result = this.fcntl(args)?;
this.write_scalar(Scalar::from_i32(result), dest)?;