Skip to content

Commit 4db0eea

Browse files
authored
Fix indentation
1 parent 46b6a3f commit 4db0eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fn_call.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
570570
"cbrtf" => f.cbrt(),
571571
"coshf" => f.cosh(),
572572
"sinhf" => f.sinh(),
573-
"tanf" => f.tan(),
573+
"tanf" => f.tan(),
574574
_ => bug!(),
575575
};
576576
this.write_scalar(Scalar::from_u32(f.to_bits()), dest)?;

0 commit comments

Comments
 (0)