mirror of
https://github.com/nginx/nginx.git
synced 2025-07-26 07:06:55 +08:00
style fix: remove trailing spaces
This commit is contained in:
parent
4c39648150
commit
6d939760c6
@ -585,7 +585,7 @@ destination_done:
|
|||||||
if (depth != 0 && depth != NGX_HTTP_DAV_INFINITY_DEPTH) {
|
if (depth != 0 && depth != NGX_HTTP_DAV_INFINITY_DEPTH) {
|
||||||
return NGX_HTTP_BAD_REQUEST;
|
return NGX_HTTP_BAD_REQUEST;
|
||||||
}
|
}
|
||||||
|
|
||||||
over = r->headers_in.overwrite;
|
over = r->headers_in.overwrite;
|
||||||
|
|
||||||
if (over) {
|
if (over) {
|
||||||
@ -1003,7 +1003,7 @@ static ngx_int_t
|
|||||||
ngx_http_dav_depth(ngx_http_request_t *r, ngx_int_t dflt)
|
ngx_http_dav_depth(ngx_http_request_t *r, ngx_int_t dflt)
|
||||||
{
|
{
|
||||||
ngx_table_elt_t *depth;
|
ngx_table_elt_t *depth;
|
||||||
|
|
||||||
depth = r->headers_in.depth;
|
depth = r->headers_in.depth;
|
||||||
|
|
||||||
if (depth == NULL) {
|
if (depth == NULL) {
|
||||||
|
@ -63,7 +63,7 @@ static ngx_conf_bitmask_t ngx_smtp_auth_methods[] = {
|
|||||||
|
|
||||||
|
|
||||||
static ngx_str_t ngx_smtp_auth_methods_names[] = {
|
static ngx_str_t ngx_smtp_auth_methods_names[] = {
|
||||||
ngx_string("PLAIN"),
|
ngx_string("PLAIN"),
|
||||||
ngx_string("LOGIN"),
|
ngx_string("LOGIN"),
|
||||||
ngx_null_string, /* APOP */
|
ngx_null_string, /* APOP */
|
||||||
ngx_string("CRAM-MD5")
|
ngx_string("CRAM-MD5")
|
||||||
|
Loading…
Reference in New Issue
Block a user