Skip to content

Commit 2499fc9

Browse files
committed
formatting
1 parent f2e6a46 commit 2499fc9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc/src/math/atanpif16.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ float16 atanpif16(float16 x);
1919
} // namespace LIBC_NAMESPACE_DECL
2020

2121
#endif // LLVM_LIBC_SRC_MATH_ASINF16_H
22-

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ TEST_F(LlvmLibcAtanpif16Test, SpecialNumbers) {
2929
EXPECT_FP_EQ(-0.5f16, LIBC_NAMESPACE::atanpif16(neg_inf));
3030
}
3131

32-
3332
TEST_F(LlvmLibcAtanpif16Test, SymmetryProperty) {
3433
// Test that atanpi(-x) = -atanpi(x)
3534
constexpr float16 TEST_VALS[] = {0.1f16, 0.25f16, 0.5f16, 0.75f16,

0 commit comments

Comments
 (0)