We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073eaa2 commit 8734672Copy full SHA for 8734672
cpp/cert/test/rules/DCL51-CPP/test.cpp
@@ -15,7 +15,7 @@ enum {
15
16
// int NULL = 0; // NON_COMPLIANT, but not supported by compilers in practice
17
18
-char* tzname[2]; // NON_COMPLIANT
+char *tzname[2]; // NON_COMPLIANT
19
20
void min() {} // NON_COMPLIANT
21
0 commit comments