From b0eff77c86fce27cc95d2b467013b1c9330cfcc7 Mon Sep 17 00:00:00 2001 From: github action Date: Sat, 14 Feb 2026 09:48:48 +0000 Subject: [PATCH] Apply 'make format' --- src/V3AstNodeOther.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/V3AstNodeOther.h b/src/V3AstNodeOther.h index 808476c1e..f76b9edde 100644 --- a/src/V3AstNodeOther.h +++ b/src/V3AstNodeOther.h @@ -498,7 +498,8 @@ class AstCFunc final : public AstNode { bool m_dpiImportWrapper : 1; // Wrapper for invoking DPI import prototype from generated code bool m_needProcess : 1; // Needs access to VlProcess of the caller bool m_recursive : 1; // Recursive or part of recursion - bool m_noLife: 1; // Disable V3Life on this function - has multiple calls, and reads Syms state + bool m_noLife : 1; // Disable V3Life on this function - has multiple calls, and reads Syms + // state int m_cost; // Function call cost public: AstCFunc(FileLine* fl, const string& name, AstScope* scopep, const string& rtnType = "")