Skip to content

Commit 20d7f81

Browse files
Michael SchwarczOren Cohen
authored andcommitted
Fix astyle
1 parent 98efb44 commit 20d7f81

File tree

2 files changed

+1
-2
lines changed
  • TESTS/psa/spm_server/COMPONENT_SPE
  • components/TARGET_PSA/TARGET_MBED_SPM/COMPONENT_SPE

2 files changed

+1
-2
lines changed

TESTS/psa/spm_server/COMPONENT_SPE/tests.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ PSA_TEST_SERVER(rhandle_factorial)
484484
}
485485

486486
if (PSA_SUCCESS != psa_get(TEST_MSK, &msg)) {
487-
SPM_PANIC("psa_get() failed\n");
487+
SPM_PANIC("psa_get() failed\n");
488488
}
489489

490490
switch (msg.type) {

components/TARGET_PSA/TARGET_MBED_SPM/COMPONENT_SPE/spm_server.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ psa_signal_t psa_wait(psa_signal_t signal_mask, uint32_t timeout);
5555
*
5656
* @param[in] signal An asserted signal returned from psa_wait().
5757
* @param[out] msg Pointer to a psa_msg structure.
58-
*
5958
* @return 0 for success or@n
6059
* @a PSA_ERR_NOMSG if the message could not be delivered.
6160
*/

0 commit comments

Comments
 (0)