util/array.lua

changeset 3540
bc139431830b
parent 2923
b7049746bd29
--- a/util/array.lua	Sat Oct 16 08:34:32 2010 +0500
+++ b/util/array.lua	Sat Oct 16 23:00:42 2010 +0500
@@ -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 = {};

mercurial