Apply 'make format'

This commit is contained in:
github action 2026-04-05 09:01:20 +00:00
parent 6eac9c8e97
commit 849ca51b6a
1 changed files with 1 additions and 1 deletions

View File

@ -709,7 +709,7 @@ class RangeDelayExpander final : public VNVisitor {
// Pre-assigned state numbers for one SeqStep.
// Range steps consume their successor (check target); successor entry is unused.
struct StepBounds final {
int waitState; // WAIT_MIN state, or -1 if not needed
int waitState; // WAIT_MIN state, or -1 if not needed
int checkState; // CHECK or TAIL state; -1 for fixed-delay steps
};