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

Fix formatting by removing extra brace

Removed unnecessary closing brace in switch case.
This commit is contained in:
Akash Levy 2026-05-27 02:57:52 -07:00 committed by GitHub
parent a3613866bf
commit 7e64b6855b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;