Diff

util/logger.lua @ 3540:bc139431830b

Monster whitespace commit (beware the whitespace monster).
author Waqas Hussain <waqas20@gmail.com>
date Sat, 16 Oct 2010 23:00:42 +0500
parent 3455:67cdc0366d46
child 3554:1770f8aaf04a
line wrap: on
line diff
--- 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