mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Removing trailing whitespace
With `sed -i $(rg -l '[[:blank:]]*$' -g'!classes') -e 's/[[:blank:]]*$//g'`
This commit is contained in:
@@ -7,7 +7,7 @@ bits = ARGUMENTS.get("bits", 64)
|
||||
|
||||
final_lib_path = 'demo/bin/'
|
||||
|
||||
# This makes sure to keep the session environment variables on windows,
|
||||
# This makes sure to keep the session environment variables on windows,
|
||||
# that way you can run scons in a vs 2017 prompt and it will find all the required tools
|
||||
env = Environment()
|
||||
if platform == "windows":
|
||||
|
||||
Reference in New Issue
Block a user