Add indent

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-07-03 18:16:37 +08:00
parent 4d31022d90
commit ba3eee7211

View File

@ -36,13 +36,13 @@
/* This is generated from {{value}}. */ /* This is generated from {{value}}. */
/* BEGIN FILE binary macro {{name}} {{value}} */ /* BEGIN FILE binary macro {{name}} {{value}} */
#define {{name}} {% raw -%} { {%- endraw %} {{ '\\' | put_to_column(position=80-11-name|length)}} #define {{name}} {% raw -%} { {%- endraw %} {{ '\\' | put_to_column(position=80-11-name|length)}}
{% for line in value | read_as_c_array %} {% for line in value | read_as_c_array %}
{% if not loop.last %} {% if not loop.last %}
{{line}},{{ '\\' | put_to_column(position=80-9-line|length)}} {{line}},{{ '\\' | put_to_column(position=80-9-line|length)}}
{% else %} {% else %}
{{line}}{{ '\\' | put_to_column(position=80-8-line|length)}} {{line}}{{ '\\' | put_to_column(position=80-8-line|length)}}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{% raw -%} } {%- endraw %} {% raw -%} } {%- endraw %}
/* END FILE */ /* END FILE */