diff options
author | Ian Romanick <[email protected]> | 2019-06-25 10:04:21 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2019-06-28 18:56:19 -0700 |
commit | 57704b8d225a6201de71c285b080fd42f45919a2 (patch) | |
tree | 4b4693434c6912bf140cff5002981861ece7e589 /src/compiler/nir/nir_algebraic.py | |
parent | f8fca4fe611de875fbac379430237e47ce054460 (diff) |
nir/algebraic: Fix whitespace error
Trivial
Reviewed-by: Connor Abbott <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/compiler/nir/nir_algebraic.py')
-rw-r--r-- | src/compiler/nir/nir_algebraic.py | 1 |
1 files changed, 0 insertions, 1 deletions
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): |