net/connlisteners.lua
changeset 3540 bc139431830b
parent 2925 692b3c6c5bd2
child 4220 05f4db0459b1
--- a/net/connlisteners.lua	Sat Oct 16 08:34:32 2010 +0500
+++ b/net/connlisteners.lua	Sat Oct 16 23:00:42 2010 +0500
@@ -13,8 +13,8 @@
 local log = require "util.logger".init("connlisteners");
 local tostring = tostring;
 
-local dofile, pcall, error = 
-	dofile, pcall, error
+local dofile, pcall, error =
+      dofile, pcall, error
 
 module "connlisteners"