X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=util%2Farray.lua;h=6c1f04606642bc5cdb700f36e289a0aa655d319e;hb=0ef23c673d1d620c9c1cc3e8aed43add63634426;hp=686f55b1ef2f0b855039dc3cf89630b4388a708e;hpb=863f00a39e9e9a50569b3390c5bc16f27c4e88ea;p=prosody.git diff --git a/util/array.lua b/util/array.lua index 686f55b1..6c1f0460 100644 --- a/util/array.lua +++ b/util/array.lua @@ -1,13 +1,13 @@ -- 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 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 = {};