]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
audit
authorBrian West <brian@freeswitch.org>
Wed, 27 May 2009 02:21:56 +0000 (02:21 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 27 May 2009 02:21:56 +0000 (02:21 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13451 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_conference/mod_conference.c

index 0be1651a66de4ad3fb0ec88201203c53a0dcd00f..aeb5fb7c49adc2a35f087e615cc2b3463be1dc55 100644 (file)
@@ -4282,7 +4282,6 @@ SWITCH_STANDARD_API(conf_api_main)
        switch_safe_free(lbuf);
 
        return status;
-
 }
 
 /* generate an outbound call from the conference */
@@ -5364,7 +5363,6 @@ static switch_status_t chat_send(const char *proto, const char *from, const char
                switch_copy_string(name, to, sizeof(name));
        }
 
-
        if (!(conference = conference_find(name))) {
                switch_core_chat_send(proto, CONF_CHAT_PROTO, to, hint && strchr(hint, '/') ? hint : from, "", "Conference not active.", NULL, NULL);
                return SWITCH_STATUS_FALSE;