diff 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
line wrap: on
line diff
--- a/mod_auth_custom_http/mod_auth_custom_http.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_auth_custom_http/mod_auth_custom_http.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -49,7 +49,7 @@
 	};
 	return new_sasl(module.host, getpass_authentication_profile);
 end
-	
+
 
 module:provides("auth", provider);