Another unwanted spaces at the end of a line.
authorTobias Markmann <tm@ayena.de>
Thu, 13 Aug 2009 09:35:50 +0000 (11:35 +0200)
committerTobias Markmann <tm@ayena.de>
Thu, 13 Aug 2009 09:35:50 +0000 (11:35 +0200)
plugins/mod_tls.lua

index 158285f61bc275630fa53013b0e4f87a2707ec87..10455559dd600dabb593bb75ff31dc5dccc5eac1 100644 (file)
@@ -28,7 +28,7 @@ module:add_handler("c2s_unauthed", "starttls", xmlns_starttls,
                
 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