[Piglit] [PATCH 30/34] genclbuiltins.py: remove tabs

Dylan Baker baker.dylan.c at gmail.com
Fri Feb 20 18:18:17 PST 2015


mixing tabs and spaces are not allowed in python3, piglit uses spaces
only, no tabs

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 generated_tests/genclbuiltins.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/generated_tests/genclbuiltins.py b/generated_tests/genclbuiltins.py
index 9a8e85e..7758547 100644
--- a/generated_tests/genclbuiltins.py
+++ b/generated_tests/genclbuiltins.py
@@ -344,8 +344,8 @@ def print_test(f, fnName, argType, functionDef, tests, numTests, vecSize, tss):
             )
             if arg == 0:
                 f.write(' tolerance {0} '.format(tolerance))
-	        # Use ulp tolerance for float types
-	        if isFloatType(argTypes[arg]):
+                # Use ulp tolerance for float types
+                if isFloatType(argTypes[arg]):
                     f.write('ulp')
             f.write('\n')
         else:
-- 
2.3.0



More information about the Piglit mailing list