Changeset

1892:adc0c80413ee

loggingmanager: Whitespace fix
author Matthew Wild <mwild1@gmail.com>
date Sun, 04 Oct 2009 16:41:33 +0100
parents 1891:fd725a28141d
children 1893:2d202336c9b6
files core/loggingmanager.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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