mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 11:03:13 -05:00
Fix mixed use of tabs and spaces
This commit is contained in:
parent
94b88c7b0f
commit
e6f787cb02
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue