]> git.kaiwu.me - nginx.git/commitdiff
Uwsgi: style.
authorMaxim Dounin <mdounin@mdounin.ru>
Mon, 3 Sep 2018 16:17:01 +0000 (19:17 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Mon, 3 Sep 2018 16:17:01 +0000 (19:17 +0300)
src/http/modules/ngx_http_uwsgi_module.c

index 0959133d12537b027758c2794a2cb3515ef7ec8a..8411cfd8d29b617accb5e9ee0b7227397906b775 100644 (file)
@@ -954,8 +954,8 @@ ngx_http_uwsgi_create_request(ngx_http_request_t *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