Fix indentation

This commit is contained in:
Oliver Scherer
2019-06-14 10:44:08 +02:00
committed by GitHub
parent 46b6a3fb7f
commit 4db0eea010
+1 -1
View File
@@ -570,7 +570,7 @@ fn emulate_foreign_item(
"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)?;