Skip to content

Commit 34603e5

Browse files
author
hyd-dev
committed
Add whitespace
1 parent d1e72d0 commit 34603e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shims/posix/foreign_items.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
6161
}
6262
"fcntl" => {
6363
// `fcntl` is variadic. The argument count is checked based on the first argument
64-
// in`this.fcntl()`, so we do not use `check_shim` here.
64+
// in `this.fcntl()`, so we do not use `check_shim` here.
6565
this.check_abi_and_shim_symbol_clash(abi, Abi::C { unwind: false }, link_name_sym)?;
6666
let result = this.fcntl(args)?;
6767
this.write_scalar(Scalar::from_i32(result), dest)?;

0 commit comments

Comments
 (0)