From 5455a2da59f02088ab456a27b288d9ca9e4d268e Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Mon, 26 Nov 2018 15:44:42 +0200 Subject: [PATCH] Astyle fixes --- components/TARGET_PSA/spm/COMPONENT_SPE/spm_internal.h | 2 +- components/TARGET_PSA/spm/spm_init.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/TARGET_PSA/spm/COMPONENT_SPE/spm_internal.h b/components/TARGET_PSA/spm/COMPONENT_SPE/spm_internal.h index c12fae0d87..f158f5760e 100644 --- a/components/TARGET_PSA/spm/COMPONENT_SPE/spm_internal.h +++ b/components/TARGET_PSA/spm/COMPONENT_SPE/spm_internal.h @@ -241,7 +241,7 @@ void channel_state_switch(uint8_t *current_state, uint8_t expected_state, uint8_ * * @param[in] current_state - current state * @param[in] expected_state - expected state -*/ +*/ void channel_state_assert(uint8_t *current_state, uint8_t expected_state); #ifdef __cplusplus diff --git a/components/TARGET_PSA/spm/spm_init.h b/components/TARGET_PSA/spm/spm_init.h index bb0fe67f8e..f9ef0ad23a 100644 --- a/components/TARGET_PSA/spm/spm_init.h +++ b/components/TARGET_PSA/spm/spm_init.h @@ -38,7 +38,7 @@ void spm_ipc_mailbox_init(void); /* * PSA mailbox dispatcher - * + * * Dispatcher thread never returns and expected to be called * from startup code as a detached thread entry point */