From 5864a5c47fdcae66a11f7ec67761d889ca7f0817 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 8 Mar 2015 13:37:11 -0700 Subject: cl.py: Fix PEP 8 issues. Signed-off-by: Vinson Lee Reviewed-by: Dylan Baker --- tests/cl.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/cl.py b/tests/cl.py index 6e0eb6e9d..a6c18bb15 100644 --- a/tests/cl.py +++ b/tests/cl.py @@ -70,7 +70,8 @@ with profile.group_manager(PiglitCLTest, 'api') as g: g(['cl-api-create-kernels-in-program'], 'clCreateKernelsInProgram') g(['cl-api-get-program-info'], 'clGetProgramInfo') g(['cl-api-get-program-build-info'], 'clGetProgramBuildInfo') - g(['cl-api-retain_release-program'], 'clRetainProgram and clReleaseProgram') + g(['cl-api-retain_release-program'], + 'clRetainProgram and clReleaseProgram') g(['cl-api-unload-compiler'], 'clUnloadCompiler') # Kernel @@ -118,7 +119,8 @@ add_program_test_dir(grouptools.join('program', 'execute'), add_program_test_dir(grouptools.join('program', 'execute', 'builtin'), os.path.join(GENERATED_TESTS_DIR, 'cl', 'builtin', 'int')) add_program_test_dir(grouptools.join('program', 'execute', 'builtin'), - os.path.join(GENERATED_TESTS_DIR, 'cl', 'builtin', 'math')) + os.path.join(GENERATED_TESTS_DIR, 'cl', 'builtin', + 'math')) add_program_test_dir(grouptools.join('program', 'execute', 'builtin'), os.path.join(GENERATED_TESTS_DIR, 'cl', 'builtin', 'relational')) -- cgit v1.2.3