From d38ffda2c318b1af2ea3cb65c6822eb8ec7e1217 Mon Sep 17 00:00:00 2001 From: Fredia Huya-Kouadio Date: Mon, 23 May 2022 12:33:15 -0700 Subject: Fix the logic to restart the Godot application --- misc/scripts/clang_format.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc') 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" -- cgit v1.2.3