diff --git a/SAI b/SAI index 2ebde24c1de6..740a487170b6 160000 --- a/SAI +++ b/SAI @@ -1 +1 @@ -Subproject commit 2ebde24c1de6d930c5bbc20e7eb89d9f0867d4bc +Subproject commit 740a487170b63dda90fecdb3917dde444f961146 diff --git a/tests/checkwhitespace.sh b/tests/checkwhitespace.sh index 292d1a31da32..24ce0f5dfb27 100755 --- a/tests/checkwhitespace.sh +++ b/tests/checkwhitespace.sh @@ -4,6 +4,7 @@ echo Checkig for white spaces ... find .. -type f | grep -v SAI/ | +grep -v debian/ | grep -v _wrap.cpp | perl -ne 'print if /\.(c|cpp|h|hpp|am|sh|pl|pm|install|dirs|links|json|ini|yml|pws|md|py|cfg|conf|i|ac)$/' | xargs grep -P "\\s\$"