[Piglit] [PATCH 4/4] shaders/gen_equal_tests.py: PEP8 compliance
Dylan Baker
baker.dylan.c at gmail.com
Tue Jul 30 10:27:52 PDT 2013
Adds one extra space before a toplevel function definition.
Signed-off-by: Dylan Baker <baker.dylan.c at gmail.com>
---
tests/shaders/gen_equal_tests.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/shaders/gen_equal_tests.py b/tests/shaders/gen_equal_tests.py
index af46674..af730bc 100644
--- a/tests/shaders/gen_equal_tests.py
+++ b/tests/shaders/gen_equal_tests.py
@@ -1,5 +1,6 @@
import re
+
def emit_test(f, func, input1, input2, expected):
# Determine the expected return type of the equal function by looking at
# the string of the expected return value.
--
1.8.3.1
More information about the Piglit
mailing list