From b723ce49adf4243789dcc580c81b867c1de63505 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 8 Sep 2009 20:32:42 +0000 Subject: [PATCH] whitespace git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14793 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index b723b2effd..7e7fbaf53b 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -2495,8 +2495,7 @@ switch_status_t config_sofia(int reload, char *profile_name) } else if (!strcasecmp(var, "enable-3pcc")) { if (switch_true(val)) { sofia_set_pflag(profile, PFLAG_3PCC); - } - else if (!strcasecmp(val, "proxy")){ + } else if (!strcasecmp(val, "proxy")) { sofia_set_pflag(profile, PFLAG_3PCC_PROXY); } } else if (!strcasecmp(var, "accept-blind-auth")) {