Skip to content

Commit 5455a2d

Browse files
author
Oren Cohen
committed
Astyle fixes
1 parent 8501e79 commit 5455a2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/TARGET_PSA/spm/COMPONENT_SPE/spm_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ void channel_state_switch(uint8_t *current_state, uint8_t expected_state, uint8_
241241
*
242242
* @param[in] current_state - current state
243243
* @param[in] expected_state - expected state
244-
*/
244+
*/
245245
void channel_state_assert(uint8_t *current_state, uint8_t expected_state);
246246

247247
#ifdef __cplusplus

components/TARGET_PSA/spm/spm_init.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void spm_ipc_mailbox_init(void);
3838

3939
/*
4040
* PSA mailbox dispatcher
41-
*
41+
*
4242
* Dispatcher thread never returns and expected to be called
4343
* from startup code as a detached thread entry point
4444
*/

0 commit comments

Comments
 (0)