remove tab and trailing whitespace

This commit is contained in:
Axel Kohlmeyer 2020-03-27 22:25:27 -04:00
parent 2a7f690bf2
commit aa76ed0b0e
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ elif (test $2 = "diff") then
echo "************************************************"
echo "diff -u $1/$file src/$file "
echo "************************************************"
diff -u $file ../$file
diff -u $file ../$file
fi
done
fi