* src/sanity/style.test: Typo.
This commit is contained in:
parent
eb0852257f
commit
f61b69ef3d
2 changed files with 5 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
|
|||
diag 'No useless parentheses after delete.'
|
||||
|
||||
grep -e 'return[ ]*[(][^(]*[)];' $tmp &&
|
||||
diag 'No useless parentheses after delete.'
|
||||
diag 'No useless parentheses after return.'
|
||||
|
||||
grep 'NULL' $tmp &&
|
||||
diag 'Use 0 instead of NULL. NULL is not portable.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue