Fixed a whitespace issue

This commit is contained in:
Steven Barth 2008-09-06 16:09:58 +00:00
parent f297be56e9
commit 38bdb5f504

View file

@ -23,7 +23,7 @@ $Id$
self._apply = nil
local line = fp:read()
while line do
write(line)
write(line.."\n")
line = fp:read()
end
fp:close()