comparison src/mail/ngx_mail_core_module.c @ 1174:6be5ee17d80b

style fix: remove trailing spaces
author Igor Sysoev <igor@sysoev.ru>
date Thu, 19 Apr 2007 18:07:39 +0000
parents 68f30ab68bb7
children 27f2299e0d80
comparison
equal deleted inserted replaced
1173:2a0b86713cc6 1174:6be5ee17d80b
61 { ngx_null_string, 0 } 61 { ngx_null_string, 0 }
62 }; 62 };
63 63
64 64
65 static ngx_str_t ngx_smtp_auth_methods_names[] = { 65 static ngx_str_t ngx_smtp_auth_methods_names[] = {
66 ngx_string("PLAIN"), 66 ngx_string("PLAIN"),
67 ngx_string("LOGIN"), 67 ngx_string("LOGIN"),
68 ngx_null_string, /* APOP */ 68 ngx_null_string, /* APOP */
69 ngx_string("CRAM-MD5") 69 ngx_string("CRAM-MD5")
70 }; 70 };
71 71