From 6d939760c66b1f7a77dd044a66181e82afdf31d3 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 19 Apr 2007 18:07:39 +0000 Subject: style fix: remove trailing spaces --- src/mail/ngx_mail_core_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mail') 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") -- cgit