Changeset

1668:a276d379e00a

Removing tabs at the end of a line.
author Tobias Markmann <tm@ayena.de>
date Wed, 12 Aug 2009 20:03:58 +0200
parents 1667:c7bb2264e3b8
children 1669:b8eec163a823
files plugins/mod_roster.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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