space after if

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12000 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-02-13 21:47:24 +00:00
parent 6f3260efe7
commit ba03619be5

View File

@ -278,7 +278,7 @@ SWITCH_STANDARD_APP(soundtouch_start_function)
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]));