Skip to content

Commit 527b606

Browse files
authored
fmt
1 parent c31a097 commit 527b606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/sys/cmath.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pub unsafe fn lgammaf_r(n: f32, s: &mut i32) -> f32 {
7070
cfg_if::cfg_if! {
7171
if #[cfg(all(target_os = "windows", target_env = "msvc", target_arch = "x86"))] {
7272
#[inline]
73-
pub unsafe fn acosf(n: f32) -> f32 {
73+
pub unsafe fn acosf(n: f32) -> f32 {
7474
f64::acos(n as f64) as f32
7575
}
7676

0 commit comments

Comments
 (0)