loggingmanager: Whitespace fix

Sun, 04 Oct 2009 16:41:33 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 04 Oct 2009 16:41:33 +0100
changeset 1892
adc0c80413ee
parent 1891
fd725a28141d
child 1893
2d202336c9b6

loggingmanager: Whitespace fix

core/loggingmanager.lua file | annotate | diff | comparison | revisions
--- a/core/loggingmanager.lua	Sun Oct 04 16:40:24 2009 +0100
+++ b/core/loggingmanager.lua	Sun Oct 04 16:41:33 2009 +0100
@@ -187,6 +187,7 @@
 		return function (name, level, message, ...)
 			sourcewidth = math_max(#name+2, sourcewidth);
 			local namelen = #name;
+			
 			if timestamps then
 				io_write(os_date(timestamps), " ");
 			end

mercurial