Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-baker committed Oct 15, 2024
1 parent 4e792e4 commit 0da4121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/val/validate_cfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,8 @@ spv_result_t FindCaseFallThrough(
// * Other case targets
// * Blocks in the same case construct
//
// So the only remaining valid branches are the structured exits from the
// overall selection construct of the switch.
// So the only remaining valid branches are the structured exits from
// the overall selection construct of the switch.
if (switch_construct.IsStructuredExit(_, block)) {
continue;
}
Expand Down

0 comments on commit 0da4121

Please sign in to comment.