Apply 'make format'

This commit is contained in:
github action 2026-02-25 23:44:47 +00:00
parent aa23b6d075
commit 4f725a54ec
4 changed files with 3 additions and 4 deletions

View File

@ -510,8 +510,7 @@ foreach(astgen_name ${ASTGENERATED_NAMES})
ARGS
${ASTGEN} -I "${srcdir}" --astdef V3AstNodeDType.h --astdef
V3AstNodeExpr.h --astdef V3AstNodeOther.h --astdef V3AstNodeStmt.h
--dfgdef V3DfgVertices.h
${astgen_name}.cpp
--dfgdef V3DfgVertices.h ${astgen_name}.cpp
)
list(APPEND GENERATED_FILES ${astgen_name}__gen.cpp)
endforeach()

View File

@ -3147,5 +3147,4 @@ public:
bool sameNode(const AstNode* /*samep*/) const override { return true; }
};
#endif // Guard

View File

@ -25,6 +25,7 @@
#include "V3PchAstNoMT.h" // VL_MT_DISABLED_CODE_UNIT
#include "V3Covergroup.h"
#include "V3MemberMap.h"
VL_DEFINE_DEBUG_FUNCTIONS;

View File

@ -37,8 +37,8 @@
#include "V3Const.h"
#include "V3Control.h"
#include "V3Coverage.h"
#include "V3Covergroup.h"
#include "V3CoverageJoin.h"
#include "V3Covergroup.h"
#include "V3Dead.h"
#include "V3Delayed.h"
#include "V3Depth.h"