summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-11-20 22:49:50 +0100
committerAlfred E. Heggestad <aeh@db.org>2014-11-20 22:49:50 +0100
commit16570e0babe5ee7345105bd58a686159b42d8e6d (patch)
tree6e0a93638902c40e2c47d74fc67d6e4cb7c5502f /modules
parent43a5a94f5b109cfa291f235f3fe7430d76a8a772 (diff)
presence: fix whitespace formatting (use TAB)
Diffstat (limited to 'modules')
-rw-r--r--modules/presence/publisher.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/modules/presence/publisher.c b/modules/presence/publisher.c
index b00096e..45780bb 100644
--- a/modules/presence/publisher.c
+++ b/modules/presence/publisher.c
@@ -250,19 +250,19 @@ static void pub_ua_event_handler(struct ua *ua,
const char *prm,
void *arg )
{
- (void)call;
- (void)prm;
- (void)arg;
-
- if (account_pubint(ua_account(ua)) == 0)
- return;
-
- if (ev == UA_EVENT_REGISTER_OK) {
- if (ua_presence_status(ua) == PRESENCE_UNKNOWN) {
- ua_presence_status_set(ua, PRESENCE_OPEN);
- publisher_update_status(ua);
- }
- }
+ (void)call;
+ (void)prm;
+ (void)arg;
+
+ if (account_pubint(ua_account(ua)) == 0)
+ return;
+
+ if (ev == UA_EVENT_REGISTER_OK) {
+ if (ua_presence_status(ua) == PRESENCE_UNKNOWN) {
+ ua_presence_status_set(ua, PRESENCE_OPEN);
+ publisher_update_status(ua);
+ }
+ }
}