Signed-off-by: Vinson Lee <[email protected]>
---
 tests/sanity.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sanity.py b/tests/sanity.py
index ce42433..93a884d 100644
--- a/tests/sanity.py
+++ b/tests/sanity.py
@@ -11,6 +11,6 @@ __all__ = ['profile']
 profile = TestProfile()
 
 with profile.group_manager(
-        PiglitGLTest, 
+        PiglitGLTest,
         grouptools.join('spec', '!OpenGL 1.0', 'gl-1.0-readpixsanity')) as g:
     g(['gl-1.0-readpixsanity'], run_concurrent=True)
-- 
2.3.2

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to