From 6a7bcff1be7d2776cf5b7d18242f65ba99f8bc9e Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Thu, 12 Dec 2024 13:04:17 +0100 Subject: [PATCH] pan/cs: cs_{break,continue} are not for_each macros Let's prevent clang-format from adding the semi-colon on a new line when we use cs_{continue,break}(); Signed-off-by: Boris Brezillon Reviewed-by: Lars-Ivar Hesselberg Simonsen Reviewed-by: Benjamin Lee Part-of: --- src/panfrost/.clang-format | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/panfrost/.clang-format b/src/panfrost/.clang-format index bfe79abec0a..d38b842c201 100644 --- a/src/panfrost/.clang-format +++ b/src/panfrost/.clang-format @@ -37,9 +37,7 @@ ForEachMacros: [ 'bi_foreach_ssa_dest', 'bi_foreach_ssa_src', 'bi_foreach_successor', - 'cs_break', 'cs_case', - 'cs_continue', 'cs_default', 'cs_else', 'cs_emit',