Astyle fixes

pull/8744/head
Oren Cohen 2018-11-26 15:44:42 +02:00
parent 8501e79e93
commit 5455a2da59
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
*/