diff --git a/src/V3EmitCFunc.h b/src/V3EmitCFunc.h index aedd96a91..791621089 100644 --- a/src/V3EmitCFunc.h +++ b/src/V3EmitCFunc.h @@ -248,7 +248,8 @@ public: return nullptr; } - void putConstructorSubinit(const AstClass* classp, AstCFunc* cfuncp, bool top, std::set &doneClassesr) { + void putConstructorSubinit(const AstClass* classp, AstCFunc* cfuncp, bool top, + std::set& doneClassesr) { for (const AstClassExtends* extp = classp->extendsp(); extp; extp = VN_AS(extp->nextp(), ClassExtends)) { if (extp->classp()->useVirtualPublic()) {