stas        2004/08/19 10:55:57

  Modified:    t/response/TestAPI module.pm
  Log:
  white space cleanups
  
  Revision  Changes    Path
  1.17      +1 -2      modperl-2.0/t/response/TestAPI/module.pm
  
  Index: module.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/module.pm,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -u -r1.16 -r1.17
  --- module.pm 17 Aug 2004 20:39:46 -0000      1.16
  +++ module.pm 19 Aug 2004 17:55:57 -0000      1.17
  @@ -18,7 +18,7 @@
       my $r = shift;
   
       my $cfg = Apache::Test::config();
  -    
  +
       my $top_module = Apache::Module->top_module;
   
       my $module_count = 0;
  @@ -65,7 +65,6 @@
       ok t_cmp(Apache::Module::loaded(''), 0,
                "Apache::Module::loaded('')");
   
  -    
       ok t_cmp ref($top_module), 'Apache::Module', 'top_module';
   
       my $mmn_major = $cfg->{httpd_info}{MODULE_MAGIC_NUMBER_MAJOR};
  
  
  

Reply via email to