diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2014-08-30 01:54:43 +0200 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2014-08-31 21:21:13 +0200 |
commit | 3c28ccc5f1a6f1a33e0cd562fe6a869367149d72 (patch) | |
tree | 17c99d88918e928d229a2cf3e3612bffab1dd66f | |
parent | 2c3203f1708e2f1c1ff9042bc7c4f52e8fefbd37 (diff) | |
download | samba-3c28ccc5f1a6f1a33e0cd562fe6a869367149d72.tar.gz |
replace: remove tabs.
Change-Id: Ie87f3c8a60f6292b7d2302425c946f5befaf5fcc
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
-rw-r--r-- | lib/replace/wscript | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index 91e2c45c1d2..b90f7752a7a 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: |