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}}. */
/* BEGIN FILE binary macro {{name}} {{value}} */
#define {{name}} {% raw -%} { {%- endraw %} {{ '\\' | put_to_column(position=80-11-name|length)}}
{% for line in value | read_as_c_array %}
{% if not loop.last %}
{% for line in value | read_as_c_array %}
{% if not loop.last %}
{{line}},{{ '\\' | put_to_column(position=80-9-line|length)}}
{% else %}
{% else %}
{{line}}{{ '\\' | put_to_column(position=80-8-line|length)}}
{% endif %}
{% endfor %}
{% endif %}
{% endfor %}
{% raw -%} } {%- endraw %}
/* END FILE */