Commit eb138d17 authored by Xavier Thompson's avatar Xavier Thompson

Fix coding style errors

parent 3ef95e06
......@@ -190,7 +190,7 @@ def NAME(ARGDECLS):
node_type = node.entry.type
for wrapped_base_type in node_type.iter_wrapped_base_types():
if not wrapped_base_type in self.synthesized:
if wrapped_base_type not in self.synthesized:
self.base_type_to_deferred[wrapped_base_type].append(lambda: self.synthesize_wrappers(node))
return
......
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