From: Maxim Dounin Date: Tue, 22 Sep 2015 14:09:50 +0000 (+0300) Subject: Style. X-Git-Tag: release-1.9.5~1 X-Git-Url: http://git.kaiwu.me/sitemap.xml?a=commitdiff_plain;h=49b17956f964d2cc244dc7bcdb9dea40ffde6ffc;p=nginx.git Style. --- diff --git a/src/http/v2/ngx_http_v2_filter_module.c b/src/http/v2/ngx_http_v2_filter_module.c index c66a03193..17cfcd8cc 100644 --- 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_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; }