From 43c3ca04184482229ff60a77973a41d6045ffba2 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Wed, 14 Jan 2009 00:00:01 +0000 Subject: [PATCH] tab cleanup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11173 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 803b247107..326f305c29 100644 --- a/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp +++ b/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp @@ -310,7 +310,7 @@ SWITCH_STANDARD_APP(soundtouch_start_function) SWITCH_MODULE_LOAD_FUNCTION(mod_soundtouch_load) { - switch_application_interface_t *app_interface; + switch_application_interface_t *app_interface; /* connect my internal structure to the blank pointer passed to me */ *module_interface = switch_loadable_module_create_module_interface(pool, modname);