# HG changeset patch # User Maxim Dounin # Date 1442930990 -10800 # Node ID cbb8c32f78b5bbb4ad773643fbb9a3893182b682 # Parent 0256738454dc7527f9b0bbaf90b3053a70fd99ed Style. 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; }