From 5f7fb0a720c3f297c5a8f43e3c25c0bea6bb5d67 Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Wed, 28 Jun 2023 16:19:47 +0800 Subject: [PATCH] clang-format: Add nir_foreach_function_impl into src/.clang-format Signed-off-by: Yonggang Luo Reviewed-by: Konstantin Seurer Part-of: --- src/.clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.clang-format b/src/.clang-format index 7fe321c..7de8b46 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -147,6 +147,8 @@ ForEachMacros: - nir_foreach_function - nir_foreach_function_with_impl + - nir_foreach_function_impl + - nir_foreach_block_unstructured - nir_foreach_block_unstructured_safe -- 2.7.4