Diff

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
line wrap: on
line diff
--- 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;