From 06ee962ef29138c9bf8fc40db07003bac588d675 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:09:48 -0400 Subject: [PATCH] build(scripts): remove wayland-protocols from clang-format script --- 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 2624e794405..8cf9b9f0d97 100644 --- a/scripts/update_clang_format.py +++ b/scripts/update_clang_format.py @@ -8,7 +8,6 @@ 'tools', os.path.join('third-party', 'glad'), os.path.join('third-party', 'nvfbc'), - os.path.join('third-party', 'wayland-protocols') ] file_types = [ 'cpp',