diff options
author | Kim Alvefur <zash@zash.se> | 2012-10-14 21:04:46 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2012-10-14 21:04:46 +0200 |
commit | 1dad7f3278cab2865dbfe0719b5b3daff853e2c2 (patch) | |
tree | 0fcfafb96064def71df05ea9765e4141bfc89a1c /plugins | |
parent | 73322fac5592d2b03ab6af9c5e5dd276f0de7751 (diff) | |
download | prosody-1dad7f3278cab2865dbfe0719b5b3daff853e2c2.tar.gz prosody-1dad7f3278cab2865dbfe0719b5b3daff853e2c2.zip |
mod_presence: Fix indentation
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_presence.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 |