diff mod_support_contact/mod_support_contact.lua @ 1343:7dbde05b48a9

all the things: Remove trailing whitespace
author Florian Zeitz <florob@babelmonkeys.de>
date Tue, 11 Mar 2014 18:44:01 +0100
parents 8b1250df82e8
children
line wrap: on
line diff
--- a/mod_support_contact/mod_support_contact.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_support_contact/mod_support_contact.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -35,7 +35,7 @@
 	rostermanager.save_roster(node, host, roster);
 
 	node, host = jid_split(support_contact);
-	
+
 	if hosts[host] then
 		roster = rostermanager.load_roster(node, host);
 		roster[jid] = {subscription = "both", groups = groups};