util/logger.lua
changeset 3540 bc139431830b
parent 3455 67cdc0366d46
child 3554 1770f8aaf04a
--- a/util/logger.lua	Sat Oct 16 08:34:32 2010 +0500
+++ b/util/logger.lua	Sat Oct 16 23:00:42 2010 +0500
@@ -72,7 +72,7 @@
 	end
 
 	-- To make sure our cached lengths stay in sync with reality
-	modify_hooks[logger] = function () num_level_handlers, num_source_handlers = #level_handlers, source_handlers and #source_handlers; end; 
+	modify_hooks[logger] = function () num_level_handlers, num_source_handlers = #level_handlers, source_handlers and #source_handlers; end;
 	
 	return logger;
 end