mirror of https://github.com/YosysHQ/yosys.git
Revert "Fix formatting by removing extra brace"
This reverts commit 7e64b6855b.
This commit is contained in:
parent
7b68f5d532
commit
f2dacbfa3f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue