Skip to content

Commit 4a84e14

Browse files
committed
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 <[email protected]>
1 parent 8c673ba commit 4a84e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/psa/templates/psa_setup.c.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void {{partition.name|lower}}_init(spm_partition_t *partition)
186186
{# -------------- spm_db_entry(partition) ----------------------------------- #}
187187
{% macro spm_db_entry(partition) -%}
188188

189-
/* {{partition.name|upper}} */
189+
/* {{partition.name|upper}} */
190190
{
191191
.partition_id = {{partition.name|upper}}_ID,
192192
.thread_id = 0,

0 commit comments

Comments
 (0)