util.pluginloader: Return full file path from internal file loader on success, not...
[prosody.git] / util / broadcast.lua
index 8f6af2fdd2f65bb633e648ce774d4dcde1d774d5..be17461db3fa607a5c69f8787e8d88c1ca1a1e82 100644 (file)
@@ -1,14 +1,14 @@
 -- Prosody IM
--- Copyright (C) 2008-2009 Matthew Wild
--- Copyright (C) 2008-2009 Waqas Hussain
+-- 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.
 --
 
 
-local ipairs, pairs, setmetatable, type = 
-        ipairs, pairs, setmetatable, type;
+local ipairs, pairs, setmetatable, type =
+      ipairs, pairs, setmetatable, type;
 
 module "pubsub"