mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Remove trailing whitespaces
This commit is contained in:
parent
888bd663c6
commit
2fd4d8b406
2 changed files with 2 additions and 2 deletions
|
|
@ -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/
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue