From 03ed6a5bd309de438ab521281dcd94207409d343 Mon Sep 17 00:00:00 2001 From: github action Date: Sat, 21 Feb 2026 05:44:17 +0000 Subject: [PATCH] Apply 'make format' --- src/V3LinkDot.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/V3LinkDot.cpp b/src/V3LinkDot.cpp index 404dcec95..a9c12cce6 100644 --- a/src/V3LinkDot.cpp +++ b/src/V3LinkDot.cpp @@ -5389,13 +5389,13 @@ class LinkDotResolveVisitor final : public VNVisitor { paramsp = paramsp->cloneTree(true); nodep->parameterized(true); } - nodep->childDTypep(new AstClassRefDType{nodep->fileline(), classRefp->classp(), paramsp}); + nodep->childDTypep( + new AstClassRefDType{nodep->fileline(), classRefp->classp(), paramsp}); iterate(nodep->childDTypep()); - } - else { + } else { nodep->v3warn(E_UNSUPPORTED, - "Unsupported: " << foundp->nodep()->prettyTypeName() - << " in 'class extends'"); + "Unsupported: " << foundp->nodep()->prettyTypeName() + << " in 'class extends'"); return; } } else {