Add newline to avoid warning.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 3 Nov 2012 07:46:23 +0000 (08:46 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 3 Nov 2012 08:00:07 +0000 (09:00 +0100)
scripts/gen_ir.py
scripts/gen_ir_io.py

index 27788f4..171e165 100755 (executable)
@@ -439,6 +439,7 @@ static const proj_lookup_t proj_lut[] = {
        {%- endif %}
        {%- endfor %}
 };
+
 ''')
 
 irop_template = env.from_string(
index 2692460..2a7d641 100755 (executable)
@@ -248,6 +248,7 @@ static void register_generated_node_writers(void)
        register_node_writer(op_{{node.name}}, write_{{node.name}});
        {%- endfor %}
 }
+
 ''')
 
 def main(argv):