util.pluginloader: Return full file path from internal file loader on success, not...
[prosody.git] / util / array.lua
index 98c0ebe8a4586669bdeae53f3d99b008047dd81a..6c1f04606642bc5cdb700f36e289a0aa655d319e 100644 (file)
@@ -6,8 +6,8 @@
 -- COPYING file in the source package for more information.
 --
 
-local t_insert, t_sort, t_remove, t_concat 
-       = table.insert, table.sort, table.remove, table.concat;
+local t_insert, t_sort, t_remove, t_concat
+    = table.insert, table.sort, table.remove, table.concat;
 
 local array = {};
 local array_base = {};