mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
indentation
This commit is contained in:
parent
3179bab5b8
commit
36d8518388
@ -15,7 +15,7 @@
|
||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: socket.c,v 1.8 2001/11/08 03:29:05 mayer Exp $ */
|
||||
/* $Id: socket.c,v 1.9 2001/11/15 19:06:04 gson Exp $ */
|
||||
|
||||
|
||||
#define MAKE_EXTERNAL 1
|
||||
@ -853,8 +853,7 @@ build_msghdr_recv(isc_socket_t *sock, isc_socketevent_t *dev,
|
||||
iov[0].buf = (void *)(dev->region.base + dev->n);
|
||||
iov[0].len = read_count;
|
||||
iovcount = 1;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
/*
|
||||
* Multibuffer I/O.
|
||||
* Skip empty buffers.
|
||||
|
Loading…
x
Reference in New Issue
Block a user