[Freeswitch-svn] [commit] r12000 - freeswitch/trunk/src/mod/applications/mod_soundtouch
FreeSWITCH SVN
brian at freeswitch.org
Fri Feb 13 13:47:24 PST 2009
Author: brian
Date: Fri Feb 13 15:47:24 2009
New Revision: 12000
Log:
space after if
Modified:
freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp
Modified: freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp (original)
+++ freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp Fri Feb 13 15:47:24 2009
@@ -278,7 +278,7 @@
for (x = 0; x < argc; x++) {
if (!strncasecmp(argv[x], "send_leg", 8)) {
sth->send_not_recv = true;
- }else if(!strncasecmp(argv[x], "hook_dtmf", 9)) {
+ } else if (!strncasecmp(argv[x], "hook_dtmf", 9)) {
sth->hook_dtmf = true;
} else if (strchr(argv[x], 'p')) {
sth->pitch = normalize_soundtouch_value('p',atof(argv[x]));
More information about the Freeswitch-svn
mailing list