diff --git a/source/val/validate_cfg.cpp b/source/val/validate_cfg.cpp index 63e018ae3c..b7e570de77 100644 --- a/source/val/validate_cfg.cpp +++ b/source/val/validate_cfg.cpp @@ -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; }