fix whitespace

This commit is contained in:
Dylan Araps 2020-11-06 08:16:58 +02:00
parent b93e6b4ba8
commit e5d93df126
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ for pkg do
*GB) num=$((num * 1024 * 1024)) ;;
esac
printf '%10s %s\n' "$num" "$pkg"
printf '%10s %s\n' "$num" "$pkg"
done