* src/tgbaalgos/neverclaim.cc: Fix them.
* sanity/style.test: Diagnose semicolons with leading spaces.
This commit is contained in:
parent
d22c647322
commit
25dc63d1d4
3 changed files with 8 additions and 2 deletions
|
|
@ -90,6 +90,9 @@ while read file; do
|
|||
grep '[ ]case.*:[^:].*;' $tmp &&
|
||||
diag 'Label should be on their own line.'
|
||||
|
||||
grep '[ ];' $tmp &&
|
||||
diag 'No space before semicolon.'
|
||||
|
||||
$fail && echo "$file" >>failures
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue