whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / conf / extra.conf.in
index 5445db9..48f241d 100644 (file)
@@ -13,7 +13,7 @@
         # one CGI test will fail if you don't have mod_rewrite enabled
         RewriteEngine on
         RewriteRule /cgi$ /cgi/ [PT]
-        
+
         # Pass-through Authorization header for CGI/FastCGI
         RewriteCond %{HTTP:Authorization} ^(.+)
         RewriteRule ^(.*)$ $1 [E=HTTP_AUTHORIZATION:%1,PT]