jerenkrantz 02/05/17 10:54:12
Modified: network_io/unix sockopt.c
Log:
Remove a few stray tabs.
(No code changes, but anyone reading this code needs psychiatric help.)
Revision Changes Path
1.51 +7 -7 apr/network_io/unix/sockopt.c
Index: sockopt.c
===================================================================
RCS file: /home/cvs/apr/network_io/unix/sockopt.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- sockopt.c 13 Mar 2002 20:39:25 -0000 1.50
+++ sockopt.c 17 May 2002 17:54:12 -0000 1.51
@@ -203,12 +203,12 @@
}
}
}
- /* must disable the incomplete read support if we change to a
- * blocking socket.
- */
- if (on == 0) {
- sock->netmask &= ~APR_INCOMPLETE_READ;
- }
+ /* must disable the incomplete read support if we change to a
+ * blocking socket.
+ */
+ if (on == 0) {
+ sock->netmask &= ~APR_INCOMPLETE_READ;
+ }
sock->timeout = on;
apr_set_option(&sock->netmask, APR_SO_TIMEOUT, on);
}
@@ -273,7 +273,7 @@
#endif
}
if (opt & APR_INCOMPLETE_READ) {
- apr_set_option(&sock->netmask, APR_INCOMPLETE_READ, on);
+ apr_set_option(&sock->netmask, APR_INCOMPLETE_READ, on);
}
return APR_SUCCESS;