remove tabs from python code

This commit is contained in:
Robin Gareus 2015-07-05 14:50:02 +02:00
parent 3ada7398e9
commit 7a7c87d5f4
4 changed files with 32 additions and 32 deletions

View file

@ -14,7 +14,7 @@ def configure(conf):
def build(bld):
if bld.env['build_target'] == 'mingw':
return;
return;
obj = bld (features = 'cxx c cxxprogram')
obj.source = 'cfgtool.cc'