[PATCH 2/3] replace: remove tabs.

Jelmer Vernooij jelmer at samba.org
Fri Aug 29 17:54:43 MDT 2014


Change-Id: Ie87f3c8a60f6292b7d2302425c946f5befaf5fcc
Signed-Off-By: Jelmer Vernooij <jelmer at samba.org>
---
 lib/replace/wscript | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/replace/wscript b/lib/replace/wscript
index 91e2c45..b90f775 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:
-- 
2.1.0



More information about the samba-technical mailing list