Skip to content

Commit 2e9d5cc

Browse files
committed
formatting
1 parent 508b37a commit 2e9d5cc

File tree

1 file changed

+1
-1
lines changed
  • c/cert/test/rules/CON34-C

1 file changed

+1
-1
lines changed

c/cert/test/rules/CON34-C/test.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void m3() {
4242

4343
void m4() {
4444
thrd_t id;
45-
int *value = (int *)realloc(NULL, sizeof(int));
45+
int *value = (int *)realloc(NULL, sizeof(int));
4646

4747
thrd_create(&id, t1, value); // COMPLIANT
4848

0 commit comments

Comments
 (0)