Skip to content

Commit 717112d

Browse files
committed
lint
1 parent f0c709e commit 717112d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/basictest.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,11 @@ bool check_file(std::string file_name) {
509509
std::cout << "as raw uint16_t, parsed = " << float16_parsed
510510
<< ", expected = " << float16 << std::endl;
511511
std::cout << "fesetround: " << round_name(d) << std::endl;
512-
const bool is_ulfjack = file_name.find("ulfjack") != std::string::npos;
513-
if(is_ulfjack) {
514-
std::cout << "This is a known issue with ulfjack's test suite." << std::endl;
512+
const bool is_ulfjack =
513+
file_name.find("ulfjack") != std::string::npos;
514+
if (is_ulfjack) {
515+
std::cout << "This is a known issue with ulfjack's test suite."
516+
<< std::endl;
515517
} else {
516518
fesetround(FE_TONEAREST);
517519
return false;

0 commit comments

Comments
 (0)