1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove trailing spaces

(cherry picked from commit 0a5472e697)
This commit is contained in:
Rémi Verschelde
2016-04-02 20:26:12 +02:00
committed by Rémi Verschelde
parent 69e67d51c7
commit bac8248316
42 changed files with 815 additions and 817 deletions

View File

@@ -4,7 +4,7 @@ import string
def is_active():
return True
def get_name():
return "JavaScript"
@@ -95,7 +95,7 @@ def configure(env):
env.Append(LINKFLAGS=['-s','ASM_JS=1'])
env.Append(LINKFLAGS=['-O2'])
#env.Append(LINKFLAGS=['-g4'])
#print "CCCOM is:", env.subst('$CCCOM')
#print "P: ", env['p'], " Platofrm: ", env['platform']