mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-13 23:30:47 +02:00
Make the clang format script not touch the copyright headers for now.
This commit is contained in:
parent
c545717186
commit
b877f9c8ee
@ -34,7 +34,7 @@ while IFS= read -rd '' f; do
|
|||||||
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/input/InputManager"* ]]; then
|
elif [[ "$f" == "platform/android/java/lib/src/org/godotengine/godot/input/InputManager"* ]]; then
|
||||||
continue 2
|
continue 2
|
||||||
fi
|
fi
|
||||||
python misc/scripts/copyright_headers.py "$f"
|
#python misc/scripts/copyright_headers.py "$f"
|
||||||
continue 2
|
continue 2
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user