From 0c41101521ccda591fa14585e3ecd8a4113149cc Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:35:33 -0400 Subject: [PATCH] build(scripts): remove wayland-protocols from clang-format script (#1740) --- scripts/update_clang_format.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update_clang_format.py b/scripts/update_clang_format.py index 2624e794..8cf9b9f0 100644 --- a/scripts/update_clang_format.py +++ b/scripts/update_clang_format.py @@ -8,7 +8,6 @@ directories = [ 'tools', os.path.join('third-party', 'glad'), os.path.join('third-party', 'nvfbc'), - os.path.join('third-party', 'wayland-protocols') ] file_types = [ 'cpp',