stas        2003/02/16 16:57:17

  Modified:    lib/Apache Reload.pm
  Log:
  indent tweak
  
  Revision  Changes    Path
  1.7       +2 -2      modperl-2.0/lib/Apache/Reload.pm
  
  Index: Reload.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Reload.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Reload.pm 17 Feb 2003 00:54:49 -0000      1.6
  +++ Reload.pm 17 Feb 2003 00:57:17 -0000      1.7
  @@ -117,8 +117,8 @@
               }
           }
   
  -        warn("Apache::Reload: Can't locate $file\n"),next 
  -                unless defined $mtime and $mtime;
  +        warn("Apache::Reload: Can't locate $file\n"), next
  +            unless defined $mtime and $mtime;
   
           unless (defined $Stat{$file}) {
               $Stat{$file} = $^T;
  
  
  


Reply via email to