Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2007-04-19 22:07:39 +0400
committerIgor Sysoev <igor@sysoev.ru>2007-04-19 22:07:39 +0400
commit6d939760c66b1f7a77dd044a66181e82afdf31d3 (patch)
tree5ff2aefa89a4d04fb55648b177c3d6d126eeb524
parent4c3964815086edbd68eec049352735815de63195 (diff)
style fix: remove trailing spaces
-rw-r--r--src/http/modules/ngx_http_dav_module.c4
-rw-r--r--src/mail/ngx_mail_core_module.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/http/modules/ngx_http_dav_module.c b/src/http/modules/ngx_http_dav_module.c
index f0b70cabc..9fab59bf7 100644
--- 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
index 43dcde454..ba62d5553 100644
--- 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_methods[] = {
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")