Comparison

util/stanza.lua @ 4199:43cf7d96956f

util.stanza: Whitespace fix after merge (complicated)
author Matthew Wild <mwild1@gmail.com>
date Thu, 24 Feb 2011 02:04:38 +0000
parent 4184:7e3a570f33f4
child 4200:fb487ee690ea
comparison
equal deleted inserted replaced
4198:3e680514df14 4199:43cf7d96956f
2 -- Copyright (C) 2008-2010 Matthew Wild 2 -- Copyright (C) 2008-2010 Matthew Wild
3 -- Copyright (C) 2008-2010 Waqas Hussain 3 -- Copyright (C) 2008-2010 Waqas Hussain
4 -- 4 --
5 -- This project is MIT/X11 licensed. Please see the 5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information. 6 -- COPYING file in the source package for more information.
7 -- 7 --
8 8
9 9
10 local t_insert = table.insert; 10 local t_insert = table.insert;
11 local t_concat = table.concat; 11 local t_concat = table.concat;
12 local t_remove = table.remove; 12 local t_remove = table.remove;