for the series:
Reviewed-by: Dylan Baker <[email protected]>

Quoting Eric Engestrom (2018-07-25 12:14:50)
> Signed-off-by: Eric Engestrom <[email protected]>
> ---
>  src/intel/vulkan/anv_extensions.py | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/src/intel/vulkan/anv_extensions.py 
> b/src/intel/vulkan/anv_extensions.py
> index ea837744b4352845b0d5..cffc3e700cb0ccb7fa8f 100644
> --- a/src/intel/vulkan/anv_extensions.py
> +++ b/src/intel/vulkan/anv_extensions.py
> @@ -31,11 +31,11 @@
>  
>  def _bool_to_c_expr(b):
>      if b is True:
> -        return 'true';
> +        return 'true'
>      elif b is False:
> -        return 'false';
> +        return 'false'
>      else:
> -        return b;
> +        return b
>  
>  class Extension:
>      def __init__(self, name, ext_version, enable):
> -- 
> Cheers,
>   Eric
> 
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Attachment: signature.asc
Description: signature

_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to