[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
mark.
Files modified:
Remove trailing whitespace at the end of comment lines in Perl files.
Patch by
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);
--------------------------------------------------------------------------------
