diff mod_onhold/mod_onhold.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 b8012f99acfb
children
line wrap: on
line diff
--- 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