[Piglit] [PATCH 2/2] gen_builtin_packing_tests.py: Remove stray tab

Paul Berry stereotype441 at gmail.com
Tue Feb 5 12:57:49 PST 2013


On 31 January 2013 22:51, Matt Turner <mattst88 at gmail.com> wrote:

> Caused the shader_runner tests generated from that template to be
> indented.
>

LGTM.

Reviewed-by: Paul Berry <stereotype441 at gmail.com>


> ---
>  generated_tests/gen_builtin_packing_tests.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/generated_tests/gen_builtin_packing_tests.py
> b/generated_tests/gen_builtin_packing_tests.py
> index 0f7510f..537c9f1 100644
> --- a/generated_tests/gen_builtin_packing_tests.py
> +++ b/generated_tests/gen_builtin_packing_tests.py
> @@ -121,7 +121,7 @@ const_unpack_template = Template(dedent("""\
>          if (true
>              % for v in io.valid_outputs:
>              && actual != ${func.vector_type}(${', '.join(v)})
> -           % endfor
> +            % endfor
>             ) {
>              vert_color = red;
>          }
> --
> 1.7.12.4
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20130205/59740229/attachment.html>


More information about the Piglit mailing list