Diff

plugins/roster.lua @ 380:0891b4e27766

Discard trailing whitespace
author Kim Alvefur <zash@zash.se>
date Fri, 01 May 2015 23:27:29 +0200
parent 276:3d8442f7f034
child 395:e86144a4eaa1
line wrap: on
line diff
--- a/plugins/roster.lua	Fri May 01 21:46:24 2015 +0200
+++ b/plugins/roster.lua	Fri May 01 23:27:29 2015 +0200
@@ -24,7 +24,7 @@
 	local function item_lua2xml(item_table)
 		local xml_item = verse.stanza("item", { xmlns = xmlns_roster });
 		for k, v in pairs(item_table) do
-			if k ~= "groups" then 
+			if k ~= "groups" then
 				xml_item.attr[k] = v;
 			else
 				for i = 1,#v do