From 22de5fcddfacd8d241ae2926125e0151b9e6e651 Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Mon, 11 Mar 2019 17:31:59 +0300 Subject: Style. --- src/nxt_http_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_http_parse.c') diff --git a/src/nxt_http_parse.c b/src/nxt_http_parse.c index 34eaaaf9..64e4bf35 100644 --- a/src/nxt_http_parse.c +++ b/src/nxt_http_parse.c @@ -119,7 +119,7 @@ nxt_http_parse_request_init(nxt_http_request_parse_t *rp, nxt_mp_t *mp) rp->mem_pool = mp; rp->fields = nxt_list_create(mp, 8, sizeof(nxt_http_field_t)); - if (nxt_slow_path(rp->fields == NULL)){ + if (nxt_slow_path(rp->fields == NULL)) { return NXT_ERROR; } -- cgit