Skip to content

Commit cb339b5

Browse files
committed
Declarations1: fix test format DCL31-C
1 parent af73a78 commit cb339b5

File tree

1 file changed

+4
-4
lines changed
  • c/cert/test/rules/DCL31-C

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
extern g; //NON_COMPLIANT
2+
extern g; // NON_COMPLIANT
33

4-
extern int g1; //COMPLIANT
4+
extern int g1; // COMPLIANT
55

6-
f(void) { //NON_COMPLIANT
6+
f(void) { // NON_COMPLIANT
77
return 1;
88
}
99

10-
int f1(void) { //COMPLIANT
10+
int f1(void) { // COMPLIANT
1111
return 1;
1212
}

0 commit comments

Comments
 (0)