From: Ian Romanick Date: Tue, 25 Jun 2019 17:04:21 +0000 (-0700) Subject: nir/algebraic: Fix whitespace error X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57704b8d225a6201de71c285b080fd42f45919a2;p=mesa.git nir/algebraic: Fix whitespace error Trivial Reviewed-by: Connor Abbott Reviewed-by: Dylan Baker --- 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):