Apply 'make format'

This commit is contained in:
github action 2026-02-11 09:03:50 +00:00 committed by Ryszard Rozak
parent db5f454d86
commit 34b170acb0
1 changed files with 2 additions and 1 deletions

View File

@ -155,7 +155,8 @@ public:
for (AstMemberDType* mdtp = structDtypep->membersp(); mdtp;
mdtp = VN_AS(mdtp->nextp(), MemberDType)) {
AstNodeExpr* const lhsCopyp = firstIter ? lhsp : lhsp->cloneTreePure(false);
AstVarRef* const lhsVarRefCopyp = firstIter ? lhsVarRefp : lhsVarRefp->clonep();
AstVarRef* const lhsVarRefCopyp
= firstIter ? lhsVarRefp : lhsVarRefp->clonep();
AstStructSel* const structSelp = new AstStructSel{flp, lhsCopyp, mdtp->name()};
structSelp->dtypep(mdtp);
AstNodeStmt* const memberStmtp