Skip to content

Commit 22d43f5

Browse files
committed
Fix formatting
1 parent 55ac14f commit 22d43f5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

MISRA.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ grep 'MISRA Ref 11.4.2' . -rI
2727
_Ref 4.7.1_
2828

2929
- MISRA C:2012 Directive 4.7: Return value shall be checked.
30-
MISRA warns against not checking the return value of functions that
30+
MISRA warns against not checking the return value of functions that
3131
does return. However, the violations reported in FreeRTOS-Plus-TCP
32-
library for this directive are for the cases where the validity of the
33-
subsequent expressions are validated by ways other than return
34-
value of the called function, for example pointer value
32+
library for this directive are for the cases where the validity of the
33+
subsequent expressions are validated by ways other than return
34+
value of the called function, for example pointer value
3535
that was passed as argument.
3636

3737
#### Directive 4.12

0 commit comments

Comments
 (0)