mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 21:44:38 +08:00
minor: fixed indent
This commit is contained in:
parent
ca9342c549
commit
2a882b6387
@ -747,7 +747,7 @@ netconn_write_partly(struct netconn *conn, const void *dataptr, size_t size,
|
|||||||
dontblock = netconn_is_nonblocking(conn) || (apiflags & NETCONN_DONTBLOCK);
|
dontblock = netconn_is_nonblocking(conn) || (apiflags & NETCONN_DONTBLOCK);
|
||||||
#if LWIP_SO_SNDTIMEO
|
#if LWIP_SO_SNDTIMEO
|
||||||
if (conn->send_timeout != 0) {
|
if (conn->send_timeout != 0) {
|
||||||
dontblock = 1;
|
dontblock = 1;
|
||||||
}
|
}
|
||||||
#endif /* LWIP_SO_SNDTIMEO */
|
#endif /* LWIP_SO_SNDTIMEO */
|
||||||
if (dontblock && !bytes_written) {
|
if (dontblock && !bytes_written) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user