# HG changeset patch # User Matthew Wild # Date 1298513078 0 # Node ID 43cf7d96956f815317bc7b1e8ecf3275c4baebad # Parent 3e680514df14637f462cf276205dd2fff60f9a44 util.stanza: Whitespace fix after merge (complicated) diff -r 3e680514df14 -r 43cf7d96956f 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;