clang-format: add wayland foreach macros

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23398>
This commit is contained in:
Eric Engestrom 2023-06-01 22:50:11 +01:00 committed by Marge Bot
parent d4575d7fcb
commit f5eec48799

View file

@ -164,6 +164,13 @@ ForEachMacros:
# egl
- egl_relax
# wayland
- wl_list_for_each
- wl_list_for_each_safe
- wl_list_for_each_reverse
- wl_list_for_each_reverse_safe
- wl_array_for_each
# vulkan
- vk_foreach_queue
- vk_foreach_queue_safe