Skip to content

Commit fffbb28

Browse files
committed
formatting
1 parent 36ed377 commit fffbb28

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

libc/test/src/math/smoke/asinpif16_test.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ TEST_F(LlvmLibcAsinpif16Test, SymmetryProperty) {
7474
0.9f16, 0.99f16, 1.0f16};
7575

7676
for (float16 x : test_vals) {
77-
float16 pos_result = LIBC_NAMESPACE::asinpif16(x);
78-
float16 neg_result = LIBC_NAMESPACE::asinpif16(-x);
77+
float16 pos_result = LIBC_NAMESPACE::asinpif16(x);
78+
float16 neg_result = LIBC_NAMESPACE::asinpif16(-x);
7979

80-
EXPECT_FP_EQ(pos_result,
81-
static_cast<float16>(LIBC_NAMESPACE::fabs(neg_result)));
80+
EXPECT_FP_EQ(pos_result,
81+
static_cast<float16>(LIBC_NAMESPACE::fabs(neg_result)));
8282
}
8383
}

0 commit comments

Comments
 (0)