Skip to content

Commit b847138

Browse files
author
Moran Peker
committed
astyle fix
1 parent 97a9652 commit b847138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TARGET_PSA/services/attestation/COMPONENT_SPE/psa_attestation_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int32_t g_caller_id = 0;
3232

3333
static void set_caller_id(psa_msg_t *msg)
3434
{
35-
g_caller_id = psa_identity(msg->handle);
35+
g_caller_id = psa_identity(msg->handle);
3636
}
3737

3838
// ------------------------- Partition's Main Thread ---------------------------

0 commit comments

Comments
 (0)