Another unwanted spaces at the end of a line.
authorTobias Markmann <tm@ayena.de>
Thu, 13 Aug 2009 11:35:50 +0200
changeset 1675 bddd5ef9565e
parent 1674 250bddde4162
child 1676 719350956714
Another unwanted spaces at the end of a line.
plugins/mod_tls.lua
--- a/plugins/mod_tls.lua	Thu Aug 13 10:57:56 2009 +0200
+++ b/plugins/mod_tls.lua	Thu Aug 13 11:35:50 2009 +0200
@@ -28,7 +28,7 @@
 		
 local starttls_attr = { xmlns = xmlns_starttls };
 module:add_event_hook("stream-features", 
-		function (session, features)												
+		function (session, features)
 			if session.conn.starttls then
 				features:tag("starttls", starttls_attr);
 				if secure_auth_only then