Skip to content

Commit f2dacbf

Browse files
committed
Revert "Fix formatting by removing extra brace"
This reverts commit 7e64b68.
1 parent 7b68f5d commit f2dacbf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

kernel/fstdata.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ void FstData::extractVarNames()
214214
fst_scope_name = fstReaderPushScope(ctx, h->u.scope.name, NULL);
215215
break;
216216
}
217+
}
217218
case FST_HT_VAR: {
218219
FstVar var;
219220
var.id = h->u.var.handle;

0 commit comments

Comments
 (0)