changeset 1092:3184d28c22dc

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 31 Jan 2007 07:31:50 +0000
parents 58f1641783ca
children d0fb2cc2a098
files src/event/ngx_event.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/event/ngx_event.c
+++ b/src/event/ngx_event.c
@@ -845,7 +845,8 @@ ngx_send_lowat(ngx_connection_t *c, size
     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");