changeset 7347:b9b3518fa93b

Uwsgi: style.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 03 Sep 2018 19:17:01 +0300
parents 039d3eff14a1
children f6e7831a17d4
files src/http/modules/ngx_http_uwsgi_module.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -954,8 +954,8 @@ ngx_http_uwsgi_create_request(ngx_http_r
 #if 0
     /* allow custom uwsgi packet */
     if (len > 0 && len < 2) {
-        ngx_log_error (NGX_LOG_ALERT, r->connection->log, 0,
-                       "uwsgi request is too little: %uz", len);
+        ngx_log_error(NGX_LOG_ALERT, r->connection->log, 0,
+                      "uwsgi request is too little: %uz", len);
         return NGX_ERROR;
     }
 #endif