util.stanza: Whitespace fix after merge (complicated)
authorMatthew Wild <mwild1@gmail.com>
Thu, 24 Feb 2011 02:04:38 +0000
changeset 4199 43cf7d96956f
parent 4198 3e680514df14
child 4200 fb487ee690ea
child 4201 9a8d2baf7a9c
util.stanza: Whitespace fix after merge (complicated)
util/stanza.lua
--- a/util/stanza.lua	Thu Feb 24 01:35:33 2011 +0000
+++ b/util/stanza.lua	Thu Feb 24 02:04:38 2011 +0000
@@ -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;