Removing tabs at the end of a line.

Wed, 12 Aug 2009 20:03:58 +0200

author
Tobias Markmann <tm@ayena.de>
date
Wed, 12 Aug 2009 20:03:58 +0200
changeset 1668
a276d379e00a
parent 1667
c7bb2264e3b8
child 1669
b8eec163a823

Removing tabs at the end of a line.

plugins/mod_roster.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_roster.lua	Tue Aug 11 21:33:24 2009 +0100
+++ b/plugins/mod_roster.lua	Wed Aug 12 20:03:58 2009 +0200
@@ -24,7 +24,7 @@
 
 local rosterver_stream_feature = st.stanza("ver", {xmlns="urn:xmpp:features:rosterver"}):tag("optional"):up();
 module:add_event_hook("stream-features", 
-		function (session, features)												
+		function (session, features)
 			if session.username then
 				features:add_child(rosterver_stream_feature);
 			end

mercurial