summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2023-12-04 11:13:10 -0600
committerZach van Rijn <me@zv.io>2023-12-04 11:13:10 -0600
commitf9a64f65da41c42adbdeb7bf8b3ec34af59a224a (patch)
tree3facdecd9fd5fce406558c545f03ffa768e135ea
parent0292167ae279cdf8eba4d653ffd45bfc579b96d2 (diff)
downloadwallpapers-f9a64f65da41c42adbdeb7bf8b3ec34af59a224a.tar.gz
wallpapers-f9a64f65da41c42adbdeb7bf8b3ec34af59a224a.tar.bz2
wallpapers-f9a64f65da41c42adbdeb7bf8b3ec34af59a224a.tar.xz
wallpapers-f9a64f65da41c42adbdeb7bf8b3ec34af59a224a.zip
Fix trailing whitespace.
-rwxr-xr-xprepare4
1 files changed, 2 insertions, 2 deletions
diff --git a/prepare b/prepare
index 7e5014a..cf81022 100755
--- a/prepare
+++ b/prepare
@@ -23,7 +23,7 @@
#
# (2) a "full" bundle containing all available wallpapers, which
# is suitable for use when disk space isn't a major concern.
-#
+#
#
#
# requirements
@@ -336,7 +336,7 @@ printf "%s\n" "${MAKE}" | while read ratio scale _; do
# '#303031' TO '#303030' WILL DISCARD COLOR INFORMATION OF
# THE COMPOSITED SVG. WTF. WE LEVERAGE THIS THOUGH...
############################################################
-
+
# background (we want the buggy black/white version)
mkdir -p "${TEMP}"/generated/background;
make_fake ${x}x${y} "#bbbbbb" "#eeeeee" black_x200 "${TEMP}"/generated/background/${x}x${y}.png;