Mesa (master): scons: Eliminate mixed space/tabs.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Feb 4 19:38:48 UTC 2010


Module: Mesa
Branch: master
Commit: 7b6fa78d86612b73e662dc6981d32ef3cd534642
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b6fa78d86612b73e662dc6981d32ef3cd534642

Author: José Fonseca <jfonseca at vmware.com>
Date:   Thu Feb  4 19:37:56 2010 +0000

scons: Eliminate mixed space/tabs.

---

 scons/gallium.py |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/scons/gallium.py b/scons/gallium.py
index 7f42c76..a40a957 100644
--- a/scons/gallium.py
+++ b/scons/gallium.py
@@ -281,10 +281,10 @@ def generate(env):
                 ccflags += [
                     '-mmmx', '-msse', '-msse2', # enable SIMD intrinsics
                 ]
-        	if distutils.version.LooseVersion(ccversion) >= distutils.version.LooseVersion('4.2'):
-		    ccflags += [
-                    	'-mstackrealign', # ensure stack is aligned
-		    ]
+            if distutils.version.LooseVersion(ccversion) >= distutils.version.LooseVersion('4.2'):
+                ccflags += [
+                    '-mstackrealign', # ensure stack is aligned
+                ]
         if env['machine'] == 'x86_64':
             ccflags += ['-m64']
         # See also:
@@ -301,12 +301,12 @@ def generate(env):
             '-std=gnu99',
         ]
         if distutils.version.LooseVersion(ccversion) >= distutils.version.LooseVersion('4.2'):
-	    ccflags += [
-            	'-Werror=pointer-arith',
-	    ]
-	    cflags += [
-            	'-Werror=declaration-after-statement',
-	    ]
+            ccflags += [
+                '-Werror=pointer-arith',
+            ]
+            cflags += [
+                '-Werror=declaration-after-statement',
+            ]
     if msvc:
         # See also:
         # - http://msdn.microsoft.com/en-us/library/19z1t1wy.aspx




More information about the mesa-commit mailing list