util.sasl_cyrus: Removing whitespace.

Tue, 29 Dec 2009 01:04:48 +0100

author
Tobias Markmann <tm@ayena.de>
date
Tue, 29 Dec 2009 01:04:48 +0100
changeset 2403
916482cdfb74
parent 2402
0f884bb1f08a
child 2404
d7abdd6893b8

util.sasl_cyrus: Removing whitespace.

util/sasl_cyrus.lua file | annotate | diff | comparison | revisions
--- a/util/sasl_cyrus.lua	Tue Dec 29 01:03:37 2009 +0100
+++ b/util/sasl_cyrus.lua	Tue Dec 29 01:04:48 2009 +0100
@@ -44,9 +44,9 @@
 -- create a new SASL object which can be used to authenticate clients
 function new(realm, service_name)
 	local sasl_i = {};
-	
+
 	init(service_name);
-	
+
 	sasl_i.realm = realm;
 	sasl_i.service_name = service_name;
 	sasl_i.cyrus = cyrussasl.server_new(service_name, nil, nil, nil, nil)

mercurial