Remove all trailing whitespace
[prosody.git] / plugins / mod_auth_internal_plain.lua
index d226fdbefa5cb2adbd6ef443457751941f5272c7..4d698fa069c794ad498aa604bae9316de9db8756 100644 (file)
@@ -76,6 +76,6 @@ function provider.get_sasl_handler()
        };
        return new_sasl(host, getpass_authentication_profile);
 end
-       
+
 module:provides("auth", provider);