clang-tidy: if {}

This commit is contained in:
Ed Hennis
2026-06-05 11:34:00 -04:00
parent a489708326
commit e074cd475f

View File

@@ -436,8 +436,10 @@ public:
// If equal signs and exponents, compare mantissas.
if (lneg)
{
// If negative, the operator is reversed.
return l.mantissa_ > r.mantissa_;
}
return l.mantissa_ < r.mantissa_;
}