From b5126a6abe777549b6beeb099fe1623cc5e9d343 Mon Sep 17 00:00:00 2001 From: github action Date: Mon, 21 Jul 2025 23:29:42 +0000 Subject: [PATCH] Apply 'make format' --- src/V3Unroll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Unroll.cpp b/src/V3Unroll.cpp index bac260f31..6b4332beb 100644 --- a/src/V3Unroll.cpp +++ b/src/V3Unroll.cpp @@ -46,7 +46,7 @@ class UnrollVisitor final : public VNVisitor { bool m_varModeCheck; // Just checking RHS assignments bool m_varModeReplace; // Replacing varrefs bool m_varAssignHit; // Assign var hit - bool m_forkHit; // Fork hit + bool m_forkHit; // Fork hit bool m_generate; // Expand single generate For loop string m_beginName; // What name to give begin iterations VDouble0 m_statLoops; // Statistic tracking