PSA setup template changes.

Ideally, there is nothing wrong, but it seems to produce AStyle
error when release script runs for PSA Auto-generated files.
Therefore removed the spaces from the problematic line.

Fixes #12084

Signed-off-by: Vikas Katariya <Vikas.Katariya@arm.com>
pull/12085/head
Vikas Katariya 2019-12-11 15:08:27 +00:00
parent 8c673ba597
commit 4a84e14634
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ void {{partition.name|lower}}_init(spm_partition_t *partition)
{# -------------- spm_db_entry(partition) ----------------------------------- #}
{% macro spm_db_entry(partition) -%}
/* {{partition.name|upper}} */
/* {{partition.name|upper}} */
{
.partition_id = {{partition.name|upper}}_ID,
.thread_id = 0,