mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 04:06:14 +00:00
Fix mixed use of tabs and spaces
This commit is contained in:
parent
94b88c7b0f
commit
e6f787cb02
@ -1489,9 +1489,9 @@ def split_lib(self, libname, src_list = None, env_lib = None):
|
||||
|
||||
if src_list == None:
|
||||
src_list = getattr(env, libname + "_sources")
|
||||
|
||||
if type(env_lib) == type(None):
|
||||
env_lib = env
|
||||
|
||||
if type(env_lib) == type(None):
|
||||
env_lib = env
|
||||
|
||||
for f in src_list:
|
||||
fname = ""
|
||||
|
Loading…
Reference in New Issue
Block a user