[nginx] Style.

Maxim Dounin mdounin at mdounin.ru
Tue Sep 22 14:11:23 UTC 2015


details:   http://hg.nginx.org/nginx/rev/cbb8c32f78b5
branches:  
changeset: 6251:cbb8c32f78b5
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Tue Sep 22 17:09:50 2015 +0300
description:
Style.

diffstat:

 src/http/v2/ngx_http_v2_filter_module.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff --git a/src/http/v2/ngx_http_v2_filter_module.c b/src/http/v2/ngx_http_v2_filter_module.c
--- a/src/http/v2/ngx_http_v2_filter_module.c
+++ b/src/http/v2/ngx_http_v2_filter_module.c
@@ -945,7 +945,8 @@ ngx_http_v2_filter_get_data_frame(ngx_ht
     buf = cl->buf;
 
     if (!buf->start) {
-        buf->start = ngx_palloc(stream->request->pool, NGX_HTTP_V2_FRAME_HEADER_SIZE);
+        buf->start = ngx_palloc(stream->request->pool,
+                                NGX_HTTP_V2_FRAME_HEADER_SIZE);
         if (buf->start == NULL) {
             return NULL;
         }



More information about the nginx-devel mailing list