stas        02/01/05 22:20:29

  Modified:    perl-framework/Apache-Test/lib/Apache TestServer.pm
  Log:
  style fix (elsif with no following else)
  
  Revision  Changes    Path
  1.50      +3 -0      
httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm
  
  Index: TestServer.pm
  ===================================================================
  RCS file: 
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestServer.pm,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- TestServer.pm     4 Jan 2002 05:06:20 -0000       1.49
  +++ TestServer.pm     6 Jan 2002 06:20:29 -0000       1.50
  @@ -535,6 +535,9 @@
               print "${CTRL_M}the server is down, giving up after $delta 
secs\n";
               return 0;
           }
  +        else {
  +            # continue
  +        }
       }
   }
   
  
  
  

Reply via email to