mod_onhold/mod_onhold.lua
changeset 1343 7dbde05b48a9
parent 2 b8012f99acfb
--- a/mod_onhold/mod_onhold.lua	Mon Mar 10 08:22:58 2014 +0000
+++ b/mod_onhold/mod_onhold.lua	Tue Mar 11 18:44:01 2014 +0100
@@ -2,7 +2,7 @@
 -- Copyright (C) 2008-2009 Matthew Wild
 -- Copyright (C) 2008-2009 Waqas Hussain
 -- Copyright (C) 2009 Jeff Mitchell
--- 
+--
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
 --
@@ -48,7 +48,7 @@
 	local node, host = session.username, session.host;
 	local from;
 	local de_stanza;
-	
+
 	local data = datamanager.list_load(node, host, "onhold");
 	local newdata = {};
 	if not data then return nil; end