[nginx] Style.
Ruslan Ermilov
ru at nginx.com
Wed Mar 16 17:27:11 UTC 2016
details: http://hg.nginx.org/nginx/rev/81329f6a4254
branches:
changeset: 6439:81329f6a4254
user: Ruslan Ermilov <ru at nginx.com>
date: Wed Mar 16 14:44:41 2016 +0300
description:
Style.
diffstat:
src/http/ngx_http_upstream.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (18 lines):
diff -r 646985c55393 -r 81329f6a4254 src/http/ngx_http_upstream.c
--- a/src/http/ngx_http_upstream.c Tue Mar 15 18:26:59 2016 +0300
+++ b/src/http/ngx_http_upstream.c Wed Mar 16 14:44:41 2016 +0300
@@ -416,10 +416,10 @@ static ngx_http_upstream_next_t ngx_htt
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 }
};
More information about the nginx-devel
mailing list