test_mandelbrot.lua: Remove some trailing whitespace default tip

Wed, 27 Oct 2010 14:12:51 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Wed, 27 Oct 2010 14:12:51 +0100
changeset 5
fa4d448b07d3
parent 4
caf89bc9100a

test_mandelbrot.lua: Remove some trailing whitespace

test_mandelbrot.lua file | annotate | diff | comparison | revisions
--- a/test_mandelbrot.lua	Wed Oct 27 14:11:35 2010 +0100
+++ b/test_mandelbrot.lua	Wed Oct 27 14:12:51 2010 +0100
@@ -21,6 +21,6 @@
 		end
 		pic:setpixel(j, i, ("#%02x%02x%02x"):format(p,p,p));
 	end
-end	
+end
 
 pic:render(io.stdout);

mercurial