From 4a84e14634b774a2af5b16d632c23fca9a9cd7cd Mon Sep 17 00:00:00 2001 From: Vikas Katariya Date: Wed, 11 Dec 2019 15:08:27 +0000 Subject: [PATCH] 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 --- tools/psa/templates/psa_setup.c.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/psa/templates/psa_setup.c.tpl b/tools/psa/templates/psa_setup.c.tpl index 7a78fc017f..39d6a6a864 100644 --- a/tools/psa/templates/psa_setup.c.tpl +++ b/tools/psa/templates/psa_setup.c.tpl @@ -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,