Skip to content

Commit 67c2f73

Browse files
adbridgeRyoheiHagimoto
authored andcommitted
Fix indentation levels for comments in psa file
1 parent 9085237 commit 67c2f73

File tree

1 file changed

+4
-4
lines changed
  • components/TARGET_PSA/TARGET_MBED_SPM/COMPONENT_SPE

1 file changed

+4
-4
lines changed

components/TARGET_PSA/TARGET_MBED_SPM/COMPONENT_SPE/psa_setup.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ void smoke_tests_part1_init(spm_partition_t *partition)
10061006

10071007
/****************** SPM DB initialization *************************************/
10081008
spm_partition_t g_partitions[] = {
1009-
/* ATTEST_SRV */
1009+
/* ATTEST_SRV */
10101010
{
10111011
.partition_id = ATTEST_SRV_ID,
10121012
.thread_id = 0,
@@ -1018,7 +1018,7 @@ spm_partition_t g_partitions[] = {
10181018
.irq_mapper = NULL,
10191019
},
10201020

1021-
/* CRYPTO_SRV */
1021+
/* CRYPTO_SRV */
10221022
{
10231023
.partition_id = CRYPTO_SRV_ID,
10241024
.thread_id = 0,
@@ -1030,7 +1030,7 @@ spm_partition_t g_partitions[] = {
10301030
.irq_mapper = NULL,
10311031
},
10321032

1033-
/* PLATFORM */
1033+
/* PLATFORM */
10341034
{
10351035
.partition_id = PLATFORM_ID,
10361036
.thread_id = 0,
@@ -1042,7 +1042,7 @@ spm_partition_t g_partitions[] = {
10421042
.irq_mapper = NULL,
10431043
},
10441044

1045-
/* ITS */
1045+
/* ITS */
10461046
{
10471047
.partition_id = ITS_ID,
10481048
.thread_id = 0,

0 commit comments

Comments
 (0)