Skip to content

Commit c92d43a

Browse files
committed
Ran formatter
1 parent c2686da commit c92d43a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ class CanonicalizeTest : public LIBC_NAMESPACE::testing::Test {
4949
}
5050

5151
void testX64_80SpecialNumbers(CanonicalizeFunc f) {
52-
if constexpr (LIBC_NAMESPACE::fputil::get_fp_type() == FPType::X86_Binary80) {
52+
if constexpr (LIBC_NAMESPACE::fputil::get_fp_type() ==
53+
FPType::X86_Binary80) {
5354
T cx;
5455
// Exponent | Significand | Meaning
5556
// | Bits 63-62 | Bits 61-0 |

0 commit comments

Comments
 (0)