aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-02-24 02:04:38 +0000
committerMatthew Wild <mwild1@gmail.com>2011-02-24 02:04:38 +0000
commit03db98294d38720bd61c178af931e7d7d711696d (patch)
treeab140168876f6578f6d13c7379aadaebe60d4f6d /util
parent1363993367e468526666d1255df469b4150506bd (diff)
downloadprosody-03db98294d38720bd61c178af931e7d7d711696d.tar.gz
prosody-03db98294d38720bd61c178af931e7d7d711696d.zip
util.stanza: Whitespace fix after merge (complicated)
Diffstat (limited to 'util')
-rw-r--r--util/stanza.lua2
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;