]> git.kaiwu.me - nginx.git/commitdiff
Style.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 22 Sep 2015 14:09:50 +0000 (17:09 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 22 Sep 2015 14:09:50 +0000 (17:09 +0300)
src/http/v2/ngx_http_v2_filter_module.c

index c66a03193bc25a7e7c2ed437247961c717531e08..17cfcd8cca934b73dd6c37b6000fcb046e9ed1ab 100644 (file)
@@ -945,7 +945,8 @@ ngx_http_v2_filter_get_data_frame(ngx_http_v2_stream_t *stream,
     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;
         }