diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-02-24 02:04:38 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-02-24 02:04:38 +0000 |
commit | 03db98294d38720bd61c178af931e7d7d711696d (patch) | |
tree | ab140168876f6578f6d13c7379aadaebe60d4f6d | |
parent | 1363993367e468526666d1255df469b4150506bd (diff) | |
download | prosody-03db98294d38720bd61c178af931e7d7d711696d.tar.gz prosody-03db98294d38720bd61c178af931e7d7d711696d.zip |
util.stanza: Whitespace fix after merge (complicated)
-rw-r--r-- | util/stanza.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stanza.lua b/util/stanza.lua index 4c2a7143..de83977f 100644 --- a/util/stanza.lua +++ b/util/stanza.lua @@ -4,7 +4,7 @@ -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. --- +-- local t_insert = table.insert; |