add missing NL to generated file
authorMatthias Braun <matze@braunis.de>
Mon, 24 Aug 2009 14:54:01 +0000 (14:54 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 24 Aug 2009 14:54:01 +0000 (14:54 +0000)
[r26412]

scripts/gen_ir.py

index 498e2eb..97ed83c 100755 (executable)
@@ -351,6 +351,7 @@ void finish_op(void)
        free_ir_op(op_{{node.name}}); op_{{node.name}} = NULL;
        {%- endfor %}
 }
+
 ''')
 
 #############################