]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
space after if
authorBrian West <brian@freeswitch.org>
Fri, 13 Feb 2009 21:47:24 +0000 (21:47 +0000)
committerBrian West <brian@freeswitch.org>
Fri, 13 Feb 2009 21:47:24 +0000 (21:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12000 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_soundtouch/mod_soundtouch.cpp

index 4822bc482827ddd7868b461d543d7c0267da7c30..b4c76d858a0bea0d5d168ba1c2c2377956ecabdc 100644 (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]));