Apply 'make format'

This commit is contained in:
github action 2025-07-20 09:16:01 +00:00
parent a0f4259233
commit be83c9751f
2 changed files with 7 additions and 6 deletions

View File

@ -6272,7 +6272,8 @@ class WidthVisitor final : public VNVisitor {
}
}
if (VN_IS(exprp, MemberSel)) {
argp->v3warn(CONSTRAINTIGN, "std::randomize ("
argp->v3warn(CONSTRAINTIGN,
"std::randomize ("
<< exprp->prettyTypeName()
<< ") is non-LRM compliant (IEEE 1800-2023 18.12)."
<< "Args should be in current scope, "