Comparison

plugins/mod_auth_internal_plain.lua @ 5776:bd0ff8ae98a8

Remove all trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Fri, 09 Aug 2013 17:48:21 +0200
parent 5509:76744bda82be
child 5779:70bb0df1ffe7
comparison
equal deleted inserted replaced
5775:a6c2b8933507 5776:bd0ff8ae98a8
74 return password, true; 74 return password, true;
75 end 75 end
76 }; 76 };
77 return new_sasl(host, getpass_authentication_profile); 77 return new_sasl(host, getpass_authentication_profile);
78 end 78 end
79 79
80 module:provides("auth", provider); 80 module:provides("auth", provider);
81 81