Skip to content

Commit 8166304

Browse files
format new test case
1 parent 56f2996 commit 8166304

File tree

1 file changed

+1
-1
lines changed
  • c/misra/test/rules/RULE-22-16

1 file changed

+1
-1
lines changed

c/misra/test/rules/RULE-22-16/test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ void f15(int p) {
107107
}
108108

109109
void f16(int p) {
110-
mtx_t* ptr;
110+
mtx_t *ptr;
111111
mtx_t *ptr_m1 = ptr;
112112
mtx_t *ptr_m2 = ptr;
113113
mtx_lock(ptr_m1); // COMPLIANT[FALSE_POSITIVE]

0 commit comments

Comments
 (0)