]> git.kaiwu.me - nginx.git/commitdiff
Style.
authorRuslan Ermilov <ru@nginx.com>
Wed, 16 Mar 2016 11:44:41 +0000 (14:44 +0300)
committerRuslan Ermilov <ru@nginx.com>
Wed, 16 Mar 2016 11:44:41 +0000 (14:44 +0300)
src/http/ngx_http_upstream.c

index 3d01523a5bb768fc9ff679520bf186169c9004aa..4df485a996d09cd65cd3526b8ef2878d497e2896 100644 (file)
@@ -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 }
 };