Skip to content

Commit fb91b51

Browse files
committed
Added trailing comma
1 parent 270958a commit fb91b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/math/generic/asinhf16.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ static constexpr fputil::ExceptValues<float16, N_EXCEPTS> ASINHF16_EXCEPTS{{
4040
// x = -0x1.c7cp+3, asinhf16(x) = -0x1.accp+1 (RZ)
4141
{0xcb1f, 0xc2b3, 0, 1, 0},
4242
// x = -0x1.26cp+4, asinhf16(x) = -0x1.cd8p+1 (RZ)
43-
{0xcc9b, 0xc336, 0, 1, 1}
43+
{0xcc9b, 0xc336, 0, 1, 1},
4444
}};
4545
#endif // !LIBC_MATH_HAS_SKIP_ACCURATE_PASS
4646

0 commit comments

Comments
 (0)