From d4575d7fcb128d0137a727c538a3552dca9b57a6 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 1 Jun 2023 13:48:43 +0100 Subject: [PATCH] clang-format: add egl foreach macro Signed-off-by: Eric Engestrom Reviewed-by: Adam Jackson Part-of: --- src/.clang-format | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/.clang-format b/src/.clang-format index c7a1f1aecfc..3d56b582920 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -161,6 +161,9 @@ ForEachMacros: - nir_foreach_src +# egl + - egl_relax + # vulkan - vk_foreach_queue - vk_foreach_queue_safe