astyle fix

pull/9668/head
Moran Peker 2019-02-27 16:33:06 +02:00
parent 97a9652f3f
commit b847138819
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ int32_t g_caller_id = 0;
static void set_caller_id(psa_msg_t *msg)
{
g_caller_id = psa_identity(msg->handle);
g_caller_id = psa_identity(msg->handle);
}
// ------------------------- Partition's Main Thread ---------------------------