From a9bc95a911de06be737d87edd387b3a572def9b3 Mon Sep 17 00:00:00 2001 From: Christopher Arndt Date: Fri, 1 May 2015 15:45:27 +0200 Subject: Fix mixed spaces/tabs in wscripts --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') 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'], -- cgit v1.2.3