mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2010-01-11 12:32 am

[bml] Remove trailing whitespace at the end of comment lines in Perl files.

[commit: http://hg.dwscoalition.org/bml/rev/ebc411a2ffc5]

Remove trailing whitespace at the end of comment lines in Perl files.

Patch by [staff profile] mark.

Files modified:
  • lib/Apache/BML.pm
--------------------------------------------------------------------------------
diff -r 464ca296e6e7 -r ebc411a2ffc5 lib/Apache/BML.pm
--- a/lib/Apache/BML.pm	Mon Oct 26 05:05:10 2009 +0000
+++ b/lib/Apache/BML.pm	Mon Jan 11 00:32:06 2010 +0000
@@ -174,7 +174,7 @@ sub handler
         }
     }
 
-    # mod_rewrite 
+    # mod_rewrite
     if ( exists $env->{'HOOK-rewrite_filename'} ){
         eval {
             my $new_file = $env->{'HOOK-rewrite_filename'}->(req => $req, env => $env);
--------------------------------------------------------------------------------