style fix

This commit is contained in:
Igor Sysoev 2007-01-31 07:31:50 +00:00
parent d1a0ee7fc7
commit 1e428098fb

View File

@ -845,7 +845,8 @@ ngx_send_lowat(ngx_connection_t *c, size_t lowat)
sndlowat = (int) lowat;
if (setsockopt(c->fd, SOL_SOCKET, SO_SNDLOWAT,
(const void *) &sndlowat, sizeof(int)) == -1)
(const void *) &sndlowat, sizeof(int))
== -1)
{
ngx_connection_error(c, ngx_socket_errno,
"setsockopt(SO_SNDLOWAT) failed");