Skip to content

Commit

Permalink
Fix whitespace control in nrf51.rs.jinja
Browse files Browse the repository at this point in the history
Jinja had change its behaviour on this.
  • Loading branch information
kblomqvist committed Feb 24, 2018
1 parent 34f98d6 commit c405656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/nrf51.rs.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use core::ops::Drop;
{{ register(r)|indent }}
{% endfor %}
}
{% endmacro %}
{%- endmacro %}

{% for p in peripherals %}
ioregs! ({{ p.name }} @ {{ "%#010x"|format(p.baseAddress) }}
Expand Down

0 comments on commit c405656

Please sign in to comment.