Comparison

util/broadcast.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 2923:b7049746bd29
comparison
equal deleted inserted replaced
3539:8bbd965267b2 3540:bc139431830b
5 -- This project is MIT/X11 licensed. Please see the 5 -- This project is MIT/X11 licensed. Please see the
6 -- COPYING file in the source package for more information. 6 -- COPYING file in the source package for more information.
7 -- 7 --
8 8
9 9
10 local ipairs, pairs, setmetatable, type = 10 local ipairs, pairs, setmetatable, type =
11 ipairs, pairs, setmetatable, type; 11 ipairs, pairs, setmetatable, type;
12 12
13 module "pubsub" 13 module "pubsub"
14 14
15 local pubsub_node_mt = { __index = _M }; 15 local pubsub_node_mt = { __index = _M };
16 16