NOOP, remove trailing whitespace, replace tabs in python scripts

This commit is contained in:
Robin Gareus
2015-11-29 17:52:42 +01:00
parent 0d250a0db8
commit 73d1de3b75
14 changed files with 33 additions and 33 deletions

View File

@@ -19,7 +19,7 @@ def sub_config_and_use(conf, name, has_objects = True):
def configure(conf):
autowaf.set_recursive()
autowaf.configure(conf)
backends = conf.env['BACKENDS']
for i in backends:
sub_config_and_use(conf, i)