From 3c28ccc5f1a6f1a33e0cd562fe6a869367149d72 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 30 Aug 2014 01:54:43 +0200 Subject: replace: remove tabs. Change-Id: Ie87f3c8a60f6292b7d2302425c946f5befaf5fcc Signed-Off-By: Jelmer Vernooij Reviewed-by: David Disseldorp --- lib/replace/wscript | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/replace/wscript') diff --git a/lib/replace/wscript b/lib/replace/wscript index 91e2c45c1d..b90f7752a7 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -59,10 +59,10 @@ struct foo bar = { .y = 'X', .x = 1 }; # Try to find the right extra flags for -Werror behaviour for f in ["-Werror", # GCC - "-errwarn=%all", # Sun Studio - "-qhalt=w", # IBM xlc - "-w2", # Tru64 - ]: + "-errwarn=%all", # Sun Studio + "-qhalt=w", # IBM xlc + "-w2", # Tru64 + ]: if conf.CHECK_CFLAGS([f], ''' '''): if not 'WERROR_CFLAGS' in conf.env: -- cgit