]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Apache/MVC.pm
ajt synch
[maypole.git] / lib / Apache / MVC.pm
index 3ee8541a3882a58cb9b2a9c10bf18aacf64afc2d..3bb33e629a549a68644819ad526f47965b367e3c 100644 (file)
@@ -101,7 +101,6 @@ sub parse_location {
     for (keys %headers) {
         $self->headers_in->set($_, $headers{$_});
     }
-
     my $path = $self->ar->uri;
     my $loc  = $self->ar->location;
     {