From: Ruslan Ermilov Date: Wed, 16 Mar 2016 11:44:41 +0000 (+0300) Subject: Style. X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=07fc7dc7194e9928bf7e2b9dc66bb51ab9563cf3;p=nginx.git Style. --- diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 3d01523a5..4df485a99 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -416,10 +416,10 @@ static ngx_http_upstream_next_t ngx_http_upstream_next_errors[] = { ngx_conf_bitmask_t ngx_http_upstream_cache_method_mask[] = { - { ngx_string("GET"), NGX_HTTP_GET}, - { ngx_string("HEAD"), NGX_HTTP_HEAD }, - { ngx_string("POST"), NGX_HTTP_POST }, - { ngx_null_string, 0 } + { ngx_string("GET"), NGX_HTTP_GET }, + { ngx_string("HEAD"), NGX_HTTP_HEAD }, + { ngx_string("POST"), NGX_HTTP_POST }, + { ngx_null_string, 0 } };