From: Steinar H. Gunderson Date: Sat, 9 Oct 2010 11:05:26 +0000 (+0200) Subject: Indent fix. X-Git-Url: https://git.sesse.net/?p=pr0n;a=commitdiff_plain;h=5867585ba17ba31320e9b8416a28660d952541d1 Indent fix. --- 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) {