From 5867585ba17ba31320e9b8416a28660d952541d1 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 9 Oct 2010 13:05:26 +0200 Subject: [PATCH] Indent fix. --- perl/Sesse/pr0n/Common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Sesse/pr0n/Common.pm b/perl/Sesse/pr0n/Common.pm index a9ee211..97ae9cd 100644 --- a/perl/Sesse/pr0n/Common.pm +++ b/perl/Sesse/pr0n/Common.pm @@ -233,7 +233,7 @@ sub get_cache_location { sub ensure_disk_location_exists { my ($r, $id) = @_; - my $dir = POSIX::floor($id / 256); + my $dir = POSIX::floor($id / 256); my $img_dir = get_base($r) . "/images/$dir/"; if (! -d $img_dir) { -- 2.39.2