diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2013-07-11 20:38:27 +0400 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2013-07-11 20:38:27 +0400 |
commit | d10251030ae4553e5f5338b267750f63cd05d1b3 (patch) | |
tree | 69f0aa2cdb1ecde864ee98d3271f5c16bd45007b /src/http/ngx_http_core_module.c | |
parent | 4ef36b38a10a89aa78da81f9aea6866ea58440ba (diff) | |
download | nginx-d10251030ae4553e5f5338b267750f63cd05d1b3.tar.gz nginx-d10251030ae4553e5f5338b267750f63cd05d1b3.zip |
Style.
Diffstat (limited to 'src/http/ngx_http_core_module.c')
-rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 5163bee4c..12a82eb9c 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -4469,7 +4469,7 @@ static ngx_http_method_name_t ngx_methods_names[] = { { (u_char *) "COPY", (uint32_t) ~NGX_HTTP_COPY }, { (u_char *) "MOVE", (uint32_t) ~NGX_HTTP_MOVE }, { (u_char *) "OPTIONS", (uint32_t) ~NGX_HTTP_OPTIONS }, - { (u_char *) "PROPFIND" , (uint32_t) ~NGX_HTTP_PROPFIND }, + { (u_char *) "PROPFIND", (uint32_t) ~NGX_HTTP_PROPFIND }, { (u_char *) "PROPPATCH", (uint32_t) ~NGX_HTTP_PROPPATCH }, { (u_char *) "LOCK", (uint32_t) ~NGX_HTTP_LOCK }, { (u_char *) "UNLOCK", (uint32_t) ~NGX_HTTP_UNLOCK }, |