From 4a3c726affd569ebeec6013ee146eaf637a14095 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Fri, 8 Oct 2010 17:05:09 -0500 Subject: [PATCH] whitespace --- src/switch_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/switch_core.c b/src/switch_core.c index 567fcfd14a..1275b906e7 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1425,8 +1425,6 @@ static void switch_load_core_config(const char *file) switch_core_hash_insert(runtime.ptimes, "ilbc", &d_30); switch_core_hash_insert(runtime.ptimes, "G723", &d_30); - - if ((xml = switch_xml_open_cfg(file, &cfg, NULL))) { switch_xml_t settings, param;