diff --git a/examples/nemo/scripts/omp_gpu_trans.py b/examples/nemo/scripts/omp_gpu_trans.py index d675b14679..21bc0abf4b 100755 --- a/examples/nemo/scripts/omp_gpu_trans.py +++ b/examples/nemo/scripts/omp_gpu_trans.py @@ -95,7 +95,7 @@ def trans(psyir): hoist_expressions=True ) - #TODO REMOVE + # TODO REMOVE scalartrans = ScalarizationTrans() for loop in subroutine.walk(Loop): scalartrans.apply(loop)