mirror of https://github.com/YosysHQ/yosys.git
Fix formatting by removing extra brace
Removed unnecessary closing brace in switch case.
This commit is contained in:
parent
a3613866bf
commit
7e64b6855b
|
|
@ -214,7 +214,6 @@ 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