diff mod_auth_any/mod_auth_any.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 bb1fb54360ab
children 75be377b74ea
line wrap: on
line diff
--- a/mod_auth_any/mod_auth_any.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_auth_any/mod_auth_any.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -45,7 +45,7 @@
 	function provider.create_user(username, password)
 		return datamanager.store(username, host, "accounts", {password = password});
 	end
-	
+
 	function provider.delete_user(username)
 		return datamanager.store(username, host, "accounts", nil);
 	end
@@ -58,7 +58,7 @@
 		};
 		return new_sasl(module.host, getpass_authentication_profile);
 	end
-	
+
 	return provider;
 end