remove tabs from python code
[ardour.git] / cfgtool / wscript
index e5166eb5dc9276e4b54db9a4a03e590f82639e58..04dda4f183caebab887696f4e3819ebec30b7605 100644 (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'