From b7e51a203d3d95961294c711ae0d9c449ddb040d Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sat, 16 Oct 2010 23:00:42 +0500 Subject: Monster whitespace commit (beware the whitespace monster). --- util/logger.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/logger.lua') diff --git a/util/logger.lua b/util/logger.lua index 80b5bcd0..1fbd4977 100644 --- a/util/logger.lua +++ b/util/logger.lua @@ -72,7 +72,7 @@ function make_logger(source_name, level) 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 -- cgit v1.2.3