util/timer.lua
changeset 5776 bd0ff8ae98a8
parent 4871 b2d177f2febc
child 5877 615a0774e4cc
child 6780 5de6b93d0190
--- a/util/timer.lua	Fri Aug 09 16:03:48 2013 +0200
+++ b/util/timer.lua	Fri Aug 09 17:48:21 2013 +0200
@@ -1,7 +1,7 @@
 -- Prosody IM
 -- Copyright (C) 2008-2010 Matthew Wild
 -- Copyright (C) 2008-2010 Waqas Hussain
--- 
+--
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
 --
@@ -42,7 +42,7 @@
 			end
 			new_data = {};
 		end
-		
+
 		local next_time = math_huge;
 		for i, d in pairs(data) do
 			local t, callback = d[1], d[2];