From 6da5020684d3f7b8ea69afb0c65ea3d8b46f137a Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 14 Oct 2012 21:04:46 +0200 Subject: mod_presence: Fix indentation --- plugins/mod_presence.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/mod_presence.lua') diff --git a/plugins/mod_presence.lua b/plugins/mod_presence.lua index 077bc31f..20d0adf0 100644 --- a/plugins/mod_presence.lua +++ b/plugins/mod_presence.lua @@ -116,8 +116,8 @@ function handle_normal_presence(origin, stanza) end if priority >= 0 then - local event = { origin = origin } - module:fire_event('message/offline/broadcast', event); + local event = { origin = origin } + module:fire_event('message/offline/broadcast', event); end end if stanza.attr.type == "unavailable" then -- cgit v1.2.3