trawick     01/08/22 12:23:25

  Modified:    network_io/unix sendrecv.c
  Log:
  fix some indentation
  
  Revision  Changes    Path
  1.76      +3 -3      apr/network_io/unix/sendrecv.c
  
  Index: sendrecv.c
  ===================================================================
  RCS file: /home/cvs/apr/network_io/unix/sendrecv.c,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- sendrecv.c        2001/07/30 17:56:16     1.75
  +++ sendrecv.c        2001/08/22 19:23:24     1.76
  @@ -460,9 +460,9 @@
                   nbytes = 0;
               }
           }
  -    if (rv == -1 &&
  -        errno == EAGAIN && 
  -        sock->timeout > 0) {
  +        if (rv == -1 &&
  +            errno == EAGAIN && 
  +            sock->timeout > 0) {
               apr_status_t arv = apr_wait_for_io_or_timeout(sock, 0);
               if (arv != APR_SUCCESS) {
                   *len = 0;
  
  
  

Reply via email to