]> git.kaiwu.me - nginx.git/commitdiff
Style.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 14 Oct 2014 16:19:36 +0000 (20:19 +0400)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 14 Oct 2014 16:19:36 +0000 (20:19 +0400)
src/os/win32/ngx_wsasend_chain.c

index fa725248c5850fd6d2f093361a87b02b28cebd16..a0d438a61d8353d68815a8ebb862b5f7eaa36ecd 100644 (file)
@@ -156,7 +156,8 @@ ngx_overlapped_wsasend_chain(ngx_connection_t *c, ngx_chain_t *in, off_t limit)
 
         /* the maximum limit size is the maximum u_long value - the page size */
 
-        if (limit == 0 || limit > (off_t) (NGX_MAX_UINT32_VALUE - ngx_pagesize)) {
+        if (limit == 0 || limit > (off_t) (NGX_MAX_UINT32_VALUE - ngx_pagesize))
+        {
             limit = NGX_MAX_UINT32_VALUE - ngx_pagesize;
         }