Remove trailing whitespaces

This commit is contained in:
Christian Göttsche 2020-04-07 21:46:36 +02:00
parent 888bd663c6
commit 2fd4d8b406
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@ void exclude_clear() {
} }
/* /*
* Exclusion of directories that contain only cached information. * Exclusion of directories that contain only cached information.
* See http://www.brynosaurus.com/cachedir/ * See http://www.brynosaurus.com/cachedir/
*/ */

View file

@ -33,7 +33,7 @@ mkdir -p tarballs
# "Fetch, Extract, Move" # "Fetch, Extract, Move"
fem() { # base-url name targerdir extractdir fem() { # base-url name targerdir extractdir
echo "====== Fetching and extracting $1 $2" echo "====== Fetching and extracting $1 $2"
cd tarballs cd tarballs
if [ -n "$4" ]; then if [ -n "$4" ]; then