From 0da4121ad0b8e352f6963d38ea26125e4b25e15e Mon Sep 17 00:00:00 2001 From: Alan Baker Date: Tue, 15 Oct 2024 14:25:48 -0400 Subject: [PATCH] formatting --- source/val/validate_cfg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }