]> git.sesse.net Git - pr0n/commitdiff
Indent fix.
authorSteinar H. Gunderson <sesse@debian.org>
Sat, 9 Oct 2010 11:05:26 +0000 (13:05 +0200)
committerSteinar H. Gunderson <sesse@debian.org>
Sat, 9 Oct 2010 11:05:26 +0000 (13:05 +0200)
perl/Sesse/pr0n/Common.pm

index a9ee2119db8751d3c97770f5cb6f7aa68f9864e0..97ae9cd88d491a65d1e4706394337badcc886718 100644 (file)
@@ -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) {