misc: Replace tab indentation with spaces

I've tried to be consistent, using four or eight spaces to line up
with existing code.
This commit is contained in:
Victor Engmark 2021-11-14 15:54:33 +13:00
parent 90dbec47b7
commit 57b496ea98
29 changed files with 388 additions and 390 deletions

View file

@ -17,4 +17,3 @@ name="$2";
name=${name:-$(basename "$url")}
cached_output get_file "${name%%.*}" "$url" "${name#*.}"

View file

@ -16,4 +16,3 @@ cached_output () {
cat "cache-${ext//./-}/${basename}.${ext}";
}