[Piglit] [PATCH 9/9] tests/opengl.py: Replace tabs with spaces
Dylan Baker
dylan at pnwbakers.com
Wed Jun 27 17:32:30 UTC 2018
---
tests/opengl.py | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/tests/opengl.py b/tests/opengl.py
index bc910ac69..69003c3d0 100644
--- a/tests/opengl.py
+++ b/tests/opengl.py
@@ -4845,8 +4845,8 @@ with profile.test_list.group_manager(
# Group ARB_compute_variable_group_size
with profile.test_list.group_manager(
- PiglitGLTest,
- grouptools.join('spec', 'ARB_compute_variable_group_size')) as g:
+ PiglitGLTest,
+ grouptools.join('spec', 'ARB_compute_variable_group_size')) as g:
g(['arb_compute_variable_group_size-errors'], 'errors')
g(['arb_compute_variable_group_size-local-size'], 'local-size')
g(['arb_compute_variable_group_size-minmax'], 'minmax')
@@ -4875,8 +4875,8 @@ with profile.test_list.group_manager(
# Group ARB_bindless_texture
with profile.test_list.group_manager(
- PiglitGLTest,
- grouptools.join('spec', 'ARB_bindless_texture')) as g:
+ PiglitGLTest,
+ grouptools.join('spec', 'ARB_bindless_texture')) as g:
g(['arb_bindless_texture-border-color'], 'border-color')
g(['arb_bindless_texture-conversions'], 'conversions')
g(['arb_bindless_texture-errors'], 'errors')
@@ -4889,8 +4889,8 @@ with profile.test_list.group_manager(
# Group ARB_sample_locations
with profile.test_list.group_manager(
- PiglitGLTest,
- grouptools.join('spec', 'ARB_sample_locations')) as g:
+ PiglitGLTest,
+ grouptools.join('spec', 'ARB_sample_locations')) as g:
g(['arb_sample_locations'], 'test')
with profile.test_list.group_manager(
--
2.17.1
More information about the Piglit
mailing list