]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove trailing spaces
authorIgor Sysoev <igor@sysoev.ru>
Thu, 19 Apr 2007 18:07:39 +0000 (18:07 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 19 Apr 2007 18:07:39 +0000 (18:07 +0000)
src/http/modules/ngx_http_dav_module.c
src/mail/ngx_mail_core_module.c

index f0b70cabca59eda10e7131f4dbd87394ca1e0d32..9fab59bf7b1b94ffbe232141ff0f70e593ee0aa0 100644 (file)
@@ -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) {
index 43dcde454d1ca85ef02795bf75445db3fcc63703..ba62d55538ef336da3bf30638d9b8d61861fd233 100644 (file)
@@ -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")