Skip to content

Commit 433c8df

Browse files
authored
[SAI submodule] Updating SAI to v1.9.1 (sonic-net#955)
* Updating SAI to v1.9.1
1 parent 635881c commit 433c8df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/checkwhitespace.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ echo Checkig for white spaces ...
44

55
find .. -type f |
66
grep -v SAI/ |
7+
grep -v debian/ |
78
grep -v _wrap.cpp |
89
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)$/' |
910
xargs grep -P "\\s\$"

0 commit comments

Comments
 (0)