Commit 53f57878 authored by Stefan Behnel's avatar Stefan Behnel

add newline to end of file

parent b1e79110
...@@ -781,4 +781,4 @@ class FusedCFuncDefNode(StatListNode): ...@@ -781,4 +781,4 @@ class FusedCFuncDefNode(StatListNode):
def annotate(self, code): def annotate(self, code):
for stat in self.stats: for stat in self.stats:
stat.annotate(code) stat.annotate(code)
\ No newline at end of file
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