mod_adhoc: Add support for commands only executable by global administrators
[prosody.git] / util / set.lua
index ee154ece11e1f5977be607735fa197acf10de4e4..e4cc2dffbd428b6be84c2ec749ba0cd2156b67b3 100644 (file)
@@ -6,7 +6,7 @@
 -- COPYING file in the source package for more information.
 --
 
-local ipairs, pairs, setmetatable, next, tostring = 
+local ipairs, pairs, setmetatable, next, tostring =
       ipairs, pairs, setmetatable, next, tostring;
 local t_concat = table.concat;