# HG changeset patch # User Tobias Markmann # Date 1250156150 -7200 # Node ID bddd5ef9565e70ae940985c7737b36fca82103d1 # Parent 250bddde4162f09a89a3ef6234adc589e404c91c Another unwanted spaces at the end of a line. diff -r 250bddde4162 -r bddd5ef9565e 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