summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2017-02-15 23:16:49 +0000
committerRyan S. Arnold <ryan.arnold@linaro.org>2017-02-15 23:17:18 +0000
commite810e399e90a618498bf57502cec4c3a72f32e99 (patch)
treefa54105ad1f6b81e0f8d0e128e430cc300cb5a2e
parent06e142c9f37826e9fa196a598ed46b0ff392f6c5 (diff)
macros: Add spaces after bullet list first sentence.
Change-Id: I787c0c6a5d00de841e572915dd7e7461a3c03060
-rw-r--r--components/toolchain/binaries/macros6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/toolchain/binaries/macros b/components/toolchain/binaries/macros
index bdb9476..62365ef 100644
--- a/components/toolchain/binaries/macros
+++ b/components/toolchain/binaries/macros
@@ -59,7 +59,7 @@
{%- endfor -%}
. ({{label}}) "{{ text }}":{{ text }}
{% else -%}
- {% set labeltext=['(',label,')',text] -%}
+ {% set labeltext=['(',label,') ',text] -%}
{{ labeltext|join|indent(ind, true) }}
{%- endif -%}
{% endmacro %}
@@ -85,7 +85,7 @@
{% endif %}
{# else this is textile mode #}
{%- else -%}
- {%- if mode == "news" -%}
+ {%- if mode == "news" %}
{%- if loop.index0 == 0 -%}
* {{ line }}
@@ -97,7 +97,7 @@
{% else -%}
{{ line }}
{% endif %}
- {% elif mode == "newscont" -%}
+ {% elif mode == "newscont" %}
{%- if loop.index0 == 0 -%}
p
{%- for i in range(0, 3) -%}