Commit e6f787cb by Kurtis Harms

Fix mixed use of tabs and spaces

parent 94b88c7b
......@@ -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 = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment