Commit 5267732e authored by Stefan Behnel's avatar Stefan Behnel

whitespace

parent 94e1b05e
......@@ -91,7 +91,7 @@ class CythonUtilityCode(Code.UtilityCodeBase):
if isinstance(other, CythonUtilityCode):
return self._equality_params() == other._equality_params()
else:
return False
return False
def _equality_params(self):
return self.impl, self.outer_module_scope, self.compiler_directives
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment