diff options
author | Florian Pritz <bluewind@xinu.at> | 2011-08-04 09:43:53 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2011-08-04 09:43:53 +0200 |
commit | 39a6e0592ce97558f52385014f10d2b291a850f7 (patch) | |
tree | 122412b025d092bcbbcd0a7cd4fb4f3b73b7e433 | |
parent | 05b73434c3f9d709d7ac7b620f7e849dbe0decb6 (diff) | |
download | generate_gallery-39a6e0592ce97558f52385014f10d2b291a850f7.tar.gz generate_gallery-39a6e0592ce97558f52385014f10d2b291a850f7.tar.xz |
remove tailing whitespace
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | generate_gallery.pl | 2 |
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; |