Ignore deleted files in format test

Otherwise clang-format would fail with an error and exit the script
prematurely.
main
Riku Isokoski 2022-05-01 12:07:39 +07:00 committed by JF
parent 015f17cd25
commit c94e0d53bb
1 changed files with 1 additions and 0 deletions

@ -12,6 +12,7 @@ CHANGED=0
for file in $CHANGED_FILES
do
[ -e "$file" ] || continue
case "$file" in
*.cpp|*.h)
echo Checking "$file"