Skip to content

Commit fd02a05

Browse files
committed
[libc][math][c23] Fix clang format.
1 parent 2fb8aa8 commit fd02a05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libc/test/src/math/smoke/FmaTest.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ class FmaTestTemplate : public LIBC_NAMESPACE::testing::FEnvSafeTest {
9090
// Test overflow.
9191
OutType z = out.max_normal;
9292
InType in_z = LIBC_NAMESPACE::fputil::cast<InType>(out.max_normal);
93-
EXPECT_FP_EQ_ALL_ROUNDING(OutType(0.75) * z,
94-
func(InType(1.75), in_z, -in_z));
93+
EXPECT_FP_EQ_ALL_ROUNDING(OutType(0.75) * z,
94+
func(InType(1.75), in_z, -in_z));
9595

9696
// Exact cancellation.
9797
EXPECT_FP_EQ_ROUNDING_NEAREST(

0 commit comments

Comments
 (0)