Clean up mackie surface profile editor from things that don't work or match the macki...
[ardour.git] / wscript
diff --git a/wscript b/wscript
index 6005f88d36cc28e335736259dc7736caa6d72620..1626f845569583e1dcc2f6e049f30ff697460570 100644 (file)
--- a/wscript
+++ b/wscript
@@ -71,8 +71,8 @@ compiler_flags_dictionaries= {
         'ultra-strict' : ['-Wredundant-decls', '-Wstrict-prototypes', '-Wmissing-prototypes'],
         # Flag to turn on C99 compliance by itself 
         'c99': '-std=c99',
-       # Flag to enable AT&T assembler syntax
-       'attasm': '-masm=att',
+        # Flag to enable AT&T assembler syntax
+        'attasm': '-masm=att',
     },
     'msvc' : {
         'debuggable' : ['/DDEBUG', '/Od', '/Zi', '/MDd', '/Gd', '/EHsc'],