diff options
author | Fredia Huya-Kouadio <fhuyakou@gmail.com> | 2022-05-23 12:33:15 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuyakou@gmail.com> | 2022-05-23 13:15:48 -0700 |
commit | d38ffda2c318b1af2ea3cb65c6822eb8ec7e1217 (patch) | |
tree | 821f14de42056bbb1ab33a03c56d422f6c7d3bf5 /misc/scripts | |
parent | 9923851370073ceda72c4f4f7414444742c27562 (diff) |
Fix the logic to restart the Godot application
Diffstat (limited to 'misc/scripts')
-rwxr-xr-x | misc/scripts/clang_format.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/scripts/clang_format.sh b/misc/scripts/clang_format.sh index ba30ca8924..2b7179f5be 100755 --- a/misc/scripts/clang_format.sh +++ b/misc/scripts/clang_format.sh @@ -21,6 +21,8 @@ while read -r f; do continue elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/gl/EGLLogWrapper"* ]]; then continue + elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/utils/ProcessPhoenix"* ]]; then + continue fi python misc/scripts/copyright_headers.py "$f" |