# HG changeset patch # User Kim Alvefur # Date 1350241486 -7200 # Node ID b4b302fe415c4eba99d0b365e93f1b1929389ac9 # Parent 3eaf4fc58902343e412f4d26e5ac15fb6e4f9f81 mod_presence: Fix indentation diff -r 3eaf4fc58902 -r b4b302fe415c plugins/mod_presence.lua --- a/plugins/mod_presence.lua Sun Oct 14 21:03:52 2012 +0200 +++ b/plugins/mod_presence.lua Sun Oct 14 21:04:46 2012 +0200 @@ -116,8 +116,8 @@ 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