Software /
code /
prosody
Diff
net/connlisteners.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 | 2925:692b3c6c5bd2 |
child | 4220:05f4db0459b1 |
line wrap: on
line diff
--- 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"