diff 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
parents b7049746bd29
children
line wrap: on
line diff
--- a/util/broadcast.lua	Sat Oct 16 08:34:32 2010 +0500
+++ b/util/broadcast.lua	Sat Oct 16 23:00:42 2010 +0500
@@ -7,8 +7,8 @@
 --
 
 
-local ipairs, pairs, setmetatable, type = 
-        ipairs, pairs, setmetatable, type;
+local ipairs, pairs, setmetatable, type =
+      ipairs, pairs, setmetatable, type;
 
 module "pubsub"