Module: Mesa Branch: master Commit: 57704b8d225a6201de71c285b080fd42f45919a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57704b8d225a6201de71c285b080fd42f45919a2
Author: Ian Romanick <[email protected]> Date: Tue Jun 25 10:04:21 2019 -0700 nir/algebraic: Fix whitespace error Trivial Reviewed-by: Connor Abbott <[email protected]> Reviewed-by: Dylan Baker <[email protected]> --- src/compiler/nir/nir_algebraic.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/nir/nir_algebraic.py b/src/compiler/nir/nir_algebraic.py index aa4e9778a43..4600b812a0c 100644 --- a/src/compiler/nir/nir_algebraic.py +++ b/src/compiler/nir/nir_algebraic.py @@ -1161,7 +1161,6 @@ ${pass_name}(nir_shader *shader) } """) - class AlgebraicPass(object): def __init__(self, pass_name, transforms): _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
