mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
remove tabs from python code
This commit is contained in:
parent
3ada7398e9
commit
7a7c87d5f4
4 changed files with 32 additions and 32 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue