1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +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

@@ -1,11 +1,11 @@
import os
import sys
import sys
def is_active():
return True
def get_name():
return "Server"
@@ -16,20 +16,20 @@ def can_build():
return False
return True # enabled
def get_opts():
return [
('use_llvm','Use llvm compiler','no'),
('force_32_bits','Force 32 bits binary','no')
]
def get_flags():
return [
('builtin_zlib', 'no'),
]
def configure(env):