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

HTTP/2: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 15 Feb 2018 02:34:16 +0300
parents 8b0553239592
children 3d2b0b02bd3d
line wrap: on
line diff
--- a/src/http/v2/ngx_http_v2_filter_module.c
+++ b/src/http/v2/ngx_http_v2_filter_module.c
@@ -929,8 +929,8 @@ ngx_http_v2_push_resource(ngx_http_reque
     }
 
     ngx_log_debug2(NGX_LOG_DEBUG_HTTP, h2c->connection->log, 0,
-                  "http2 pushing:%ui limit:%ui",
-                  h2c->pushing, h2c->concurrent_pushes);
+                   "http2 pushing:%ui limit:%ui",
+                   h2c->pushing, h2c->concurrent_pushes);
 
     if (h2c->pushing >= h2c->concurrent_pushes) {
         return NGX_ABORT;