# HG changeset patch # User Igor Sysoev # Date 1177006059 0 # Node ID 6be5ee17d80b46383a539f8fcf6161ed316656ba # Parent 2a0b86713cc6de43c0abe8118cce0afc73b0308e style fix: remove trailing spaces diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c --- a/src/http/modules/ngx_http_dav_module.c +++ b/src/http/modules/ngx_http_dav_module.c @@ -585,7 +585,7 @@ destination_done: if (depth != 0 && depth != NGX_HTTP_DAV_INFINITY_DEPTH) { return NGX_HTTP_BAD_REQUEST; } - + over = r->headers_in.overwrite; if (over) { @@ -1003,7 +1003,7 @@ static ngx_int_t ngx_http_dav_depth(ngx_http_request_t *r, ngx_int_t dflt) { ngx_table_elt_t *depth; - + depth = r->headers_in.depth; if (depth == NULL) { diff --git a/src/mail/ngx_mail_core_module.c b/src/mail/ngx_mail_core_module.c --- a/src/mail/ngx_mail_core_module.c +++ b/src/mail/ngx_mail_core_module.c @@ -63,7 +63,7 @@ static ngx_conf_bitmask_t ngx_smtp_auth static ngx_str_t ngx_smtp_auth_methods_names[] = { - ngx_string("PLAIN"), + ngx_string("PLAIN"), ngx_string("LOGIN"), ngx_null_string, /* APOP */ ngx_string("CRAM-MD5")