summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorChristopher Arndt <chris@chrisarndt.de>2015-05-01 15:45:27 +0200
committerRobin Gareus <robin@gareus.org>2015-05-03 19:52:38 +0200
commita9bc95a911de06be737d87edd387b3a572def9b3 (patch)
tree08b80df1256a006bc5ff85fd35dfd7aa0e041da7 /wscript
parent1e5c5e6bdf1e9a2be360cbc5573753988d7c6fa6 (diff)
Fix mixed spaces/tabs in wscripts
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 6005f88d36..1626f84556 100644
--- 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'],