summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-08-04 09:43:53 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-08-04 09:43:53 +0200
commit39a6e0592ce97558f52385014f10d2b291a850f7 (patch)
tree122412b025d092bcbbcd0a7cd4fb4f3b73b7e433
parent05b73434c3f9d709d7ac7b620f7e849dbe0decb6 (diff)
downloadgenerate_gallery-39a6e0592ce97558f52385014f10d2b291a850f7.tar.gz
generate_gallery-39a6e0592ce97558f52385014f10d2b291a850f7.tar.xz
remove tailing whitespace
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xgenerate_gallery.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_gallery.pl b/generate_gallery.pl
index 4fcdc60..9363ea8 100755
--- a/generate_gallery.pl
+++ b/generate_gallery.pl
@@ -50,7 +50,7 @@ for my $dir (@ARGV) {
print "ignoring non-image: $dir/$file\n" if $opts{verbose};
next;
}
-
+
unless ( -e "$abs_dir/thumbs/$file") {
print "processing $dir/$file ...\n" if $opts{verbose};
my $img = new Image::Magick;