From 39a6e0592ce97558f52385014f10d2b291a850f7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 4 Aug 2011 09:43:53 +0200 Subject: remove tailing whitespace Signed-off-by: Florian Pritz --- generate_gallery.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-24-g4f1b