We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af73a78 commit cb339b5Copy full SHA for cb339b5
c/cert/test/rules/DCL31-C/test.c
@@ -1,12 +1,12 @@
1
2
-extern g; //NON_COMPLIANT
+extern g; // NON_COMPLIANT
3
4
-extern int g1; //COMPLIANT
+extern int g1; // COMPLIANT
5
6
-f(void) { //NON_COMPLIANT
+f(void) { // NON_COMPLIANT
7
return 1;
8
}
9
10
-int f1(void) { //COMPLIANT
+int f1(void) { // COMPLIANT
11
12
0 commit comments