mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Monster whitespace commit (beware the whitespace monster).
This commit is contained in:
parent
85b44a1dfd
commit
b7e51a203d
42 changed files with 145 additions and 147 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue