Fix missing spaces after comma.
* src/sanity/style.test: Fix the space-after-comma test. * src/bin/randltl.cc, src/tgba/tgbaexplicit.hh: Add missing spaces.
This commit is contained in:
parent
f19526a93f
commit
0990de50df
3 changed files with 3 additions and 3 deletions
|
|
@ -121,7 +121,7 @@ for dir in "${INCDIR-..}" "${INCDIR-..}"/../iface; do
|
|||
grep '! ' $tmp &&
|
||||
diag 'No space after unary operators (!).'
|
||||
|
||||
grep ",[^ \t\"%']" $tmp &&
|
||||
grep ",[^ \" %'\\\\]" $tmp &&
|
||||
diag 'Space after coma.'
|
||||
|
||||
# The 'r' allows operator&&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue