3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-15 11:45:41 +00:00

Revert "Fix formatting by removing extra brace"

This reverts commit 7e64b6855b.
This commit is contained in:
Akash Levy 2026-05-27 03:55:10 -07:00
parent 7b68f5d532
commit f2dacbfa3f

View file

@ -214,6 +214,7 @@ void FstData::extractVarNames()
fst_scope_name = fstReaderPushScope(ctx, h->u.scope.name, NULL);
break;
}
}
case FST_HT_VAR: {
FstVar var;
var.id = h->u.var.handle;