Skip to content

Commit 8734672

Browse files
Fix clang format.
1 parent 073eaa2 commit 8734672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/cert/test/rules/DCL51-CPP/test.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ enum {
1515

1616
// int NULL = 0; // NON_COMPLIANT, but not supported by compilers in practice
1717

18-
char* tzname[2]; // NON_COMPLIANT
18+
char *tzname[2]; // NON_COMPLIANT
1919

2020
void min() {} // NON_COMPLIANT
2121

0 commit comments

Comments
 (0)