mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Fixed minor indentation fault
This commit is contained in:
parent
d6fbe45296
commit
d73ca29a07
@ -683,8 +683,8 @@ lwip_selscan(int maxfdp1, fd_set *readset, fd_set *writeset, fd_set *exceptset)
|
|||||||
LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_selscan: fd=%d ready for reading\n", i));
|
LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_selscan: fd=%d ready for reading\n", i));
|
||||||
nready++;
|
nready++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (FD_ISSET(i, writeset)) {
|
if (FD_ISSET(i, writeset)) {
|
||||||
/* See if netconn of this socket is ready for write */
|
/* See if netconn of this socket is ready for write */
|
||||||
p_sock = get_socket(i);
|
p_sock = get_socket(i);
|
||||||
if (p_sock && p_sock->sendevent) {
|
if (p_sock && p_sock->sendevent) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user