mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
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 <boris.brezillon@collabora.com>
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Reviewed-by: Benjamin Lee <benjamin.lee@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32973>
This commit is contained in:
parent
622187974f
commit
6a7bcff1be
1 changed files with 0 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue