]> git.sesse.net Git - pr0n/blobdiff - perl/Sesse/pr0n/Common.pm
Indent fix.
[pr0n] / 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) {