stas        01/09/15 12:34:12

  Modified:    t/response/TestAPI request_rec.pm
  Log:
  style fix: indent the code in the block
  
  Revision  Changes    Path
  1.7       +6 -7      modperl-2.0/t/response/TestAPI/request_rec.pm
  
  Index: request_rec.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/request_rec.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- request_rec.pm    2001/09/15 17:57:25     1.6
  +++ request_rec.pm    2001/09/15 19:34:12     1.7
  @@ -88,15 +88,14 @@
   
       #no_cache
       ok $r->no_cache || 1;
  -    
  +
       {
  -    local $| = 0;
  -    ok 9  == $r->print("buffered\n");
  -    ok 0  == $r->print();
  -    local $| = 1;
  -    ok 13 == $r->print('n','o','t',' ','b','u','f','f','e','r','e','d',"\n");
  +        local $| = 0;
  +        ok 9  == $r->print("buffered\n");
  +        ok 0  == $r->print();
  +        local $| = 1;
  +        ok 13 == $r->print('n','o','t',' ','b','u','f','f','e','r','e','d',"\n");
       }
  -    
   
       #no_local_copy
   
  
  
  

Reply via email to