Internals: Upgrade to clang-format-18 (#6333)

This commit is contained in:
Wilson Snyder
2025-08-25 20:47:48 -04:00
committed by GitHub
parent 703f0d8c5d
commit ac2859bf24
26 changed files with 108 additions and 112 deletions
+1 -2
View File
@@ -234,8 +234,7 @@ private:
<< chkvis.instrCount() << " Data=" << chkvis.dataCount()
<< " in width (bits)=" << m_inWidthBits << " out width (bytes)="
<< m_outWidthBytes << " Spacetime=" << (space / time) << "("
<< space << "/" << time << ")"
<< ": " << nodep);
<< space << "/" << time << ")" << ": " << nodep);
if (chkvis.optimizable()) {
UINFO(3, " Table Optimize spacetime=" << (space / time) << " " << nodep);
m_totalBytes += space;