Fix indentation
This commit is contained in:
parent
46b6a3fb7f
commit
4db0eea010
1 changed files with 1 additions and 1 deletions
|
|
@ -570,7 +570,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
|
|||
"cbrtf" => f.cbrt(),
|
||||
"coshf" => f.cosh(),
|
||||
"sinhf" => f.sinh(),
|
||||
"tanf" => f.tan(),
|
||||
"tanf" => f.tan(),
|
||||
_ => bug!(),
|
||||
};
|
||||
this.write_scalar(Scalar::from_u32(f.to_bits()), dest)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue