From ba03619be577bc2432f6163b879953a502cf8544 Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 13 Feb 2009 21:47:24 +0000 Subject: [PATCH] space after if git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12000 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_soundtouch/mod_soundtouch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp b/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp index 4822bc4828..b4c76d858a 100644 --- a/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp +++ b/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp @@ -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]));