From 3d006afaccd0448ca8c5915d1d2f1b028307a650 Mon Sep 17 00:00:00 2001 From: github action Date: Wed, 24 Jan 2024 03:08:39 +0000 Subject: [PATCH] Apply 'make format' --- src/V3EmitCFunc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()) {