diff src/http/v2/ngx_http_v2.c @ 7204:e44c297a6b95

HTTP/2: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 15 Feb 2018 02:34:16 +0300
parents 641306096f5b
children 3d2b0b02bd3d
line wrap: on
line diff
--- a/src/http/v2/ngx_http_v2.c
+++ b/src/http/v2/ngx_http_v2.c
@@ -3862,8 +3862,8 @@ ngx_http_v2_process_request_body(ngx_htt
         } else {
             if (size > (size_t) (buf->end - buf->last)) {
                 ngx_log_error(NGX_LOG_INFO, fc->log, 0,
-                                "client intended to send body data "
-                                "larger than declared");
+                              "client intended to send body data "
+                              "larger than declared");
 
                 return NGX_HTTP_BAD_REQUEST;
             }