Mercurial > prosody-modules
diff mod_auth_imap/auth_imap/sasl_imap.lib.lua @ 1343:7dbde05b48a9
all the things: Remove trailing whitespace
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Tue, 11 Mar 2014 18:44:01 +0100 |
parents | 34216cdffda6 |
children | f384669a9359 |
line wrap: on
line diff
--- a/mod_auth_imap/auth_imap/sasl_imap.lib.lua Mon Mar 10 08:22:58 2014 +0000 +++ b/mod_auth_imap/auth_imap/sasl_imap.lib.lua Tue Mar 11 18:44:01 2014 +0100 @@ -103,7 +103,7 @@ local mech = cap:match("AUTH=(.*)"); if mech then log("debug", "Supported SASL mechanism: %s", mech); - supported_mechs[mech] = mitm[mech] and true or nil; + supported_mechs[mech] = mitm[mech] and true or nil; end end end