comparison mod_auth_custom_http/mod_auth_custom_http.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 b9d47487d550
children 94d8960385aa
comparison
equal deleted inserted replaced
1342:0ae065453dc9 1343:7dbde05b48a9
47 return result == "true", true; 47 return result == "true", true;
48 end, 48 end,
49 }; 49 };
50 return new_sasl(module.host, getpass_authentication_profile); 50 return new_sasl(module.host, getpass_authentication_profile);
51 end 51 end
52 52
53 53
54 module:provides("auth", provider); 54 module:provides("auth", provider);
55 55