Skip to content
Snippets Groups Projects
Commit 28c0b84a authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix broken fold nesting

parent cd30d8c5
No related branches found
No related tags found
No related merge requests found
......@@ -649,6 +649,7 @@ class ExecutionWrapperGeneratorBase(object):
return gen.get_function()
# }}}
# }}}
......
......@@ -76,6 +76,8 @@ class PyOpenCLExecutionWrapperGenerator(ExecutionWrapperGeneratorBase):
gen("")
# }}}
# {{{ handle allocation of unspecified arguements
def handle_alloc(self, gen, arg, kernel_arg, strify, skip_arg_checks):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment