[Piglit] [PATCH 05/19] tests: Fix indent in gl-1.0/vertex-program-two-side
Dylan Baker
dylan at pnwbakers.com
Mon Nov 19 21:23:31 UTC 2018
It's just cosmetic.
---
tests/spec/gl-2.0/vertex-program-two-side.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/spec/gl-2.0/vertex-program-two-side.c b/tests/spec/gl-2.0/vertex-program-two-side.c
index 4623c70a6..65e6b7650 100644
--- a/tests/spec/gl-2.0/vertex-program-two-side.c
+++ b/tests/spec/gl-2.0/vertex-program-two-side.c
@@ -367,9 +367,9 @@ piglit_display(void)
free(tcs_source);
free(tes_source);
} else {
- piglit_report_subtest_result(PIGLIT_SKIP, "%s", tests[3]);
- piglit_report_subtest_result(PIGLIT_SKIP, "%s", tests[4]);
- piglit_report_subtest_result(PIGLIT_SKIP, "%s", tests[5]);
+ piglit_report_subtest_result(PIGLIT_SKIP, "%s", tests[3]);
+ piglit_report_subtest_result(PIGLIT_SKIP, "%s", tests[4]);
+ piglit_report_subtest_result(PIGLIT_SKIP, "%s", tests[5]);
}
} else {
piglit_report_subtest_result(PIGLIT_SKIP, "%s", tests[1]);
--
2.19.1
More information about the Piglit
mailing list