mirror of
https://github.com/verilator/verilator.git
synced 2025-04-04 19:52:39 +00:00
Apply 'make format'
This commit is contained in:
parent
74ec50f933
commit
3d006afacc
@ -248,7 +248,8 @@ public:
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
void putConstructorSubinit(const AstClass* classp, AstCFunc* cfuncp, bool top, std::set<AstClass*> &doneClassesr) {
|
||||
void putConstructorSubinit(const AstClass* classp, AstCFunc* cfuncp, bool top,
|
||||
std::set<AstClass*>& doneClassesr) {
|
||||
for (const AstClassExtends* extp = classp->extendsp(); extp;
|
||||
extp = VN_AS(extp->nextp(), ClassExtends)) {
|
||||
if (extp->classp()->useVirtualPublic()) {
|
||||
|
Loading…
Reference in New Issue
Block a user