Skip to content

Commit 6d25cd6

Browse files
author
Nikita Kraiouchkine
committed
Update test.c
1 parent 7bb5665 commit 6d25cd6

File tree

1 file changed

+3
-3
lines changed
  • c/cert/test/rules/EXP39-C

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ void test_incompatible_arithmetic() {
3333

3434
struct {
3535
int a;
36-
} *s1;
36+
} * s1;
3737
struct {
3838
int a;
39-
} *s2;
39+
} * s2;
4040
struct S1 {
4141
int a;
42-
} *s3;
42+
} * s3;
4343
struct S1 *s4;
4444

4545
// TODO test across files

0 commit comments

Comments
 (0)