1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2025-01-07 18:24:56 -07:00

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

View File

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