]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Wed, 31 Jan 2007 07:31:50 +0000 (07:31 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 31 Jan 2007 07:31:50 +0000 (07:31 +0000)
src/event/ngx_event.c

index 563186e3ec7f38ec2669479ccd09bf56f6ed52fb..91efde0091317e42a6e5b0854bfc2856b631107f 100644 (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");