From: Ken Rice Date: Wed, 14 Jan 2009 00:00:01 +0000 (+0000) Subject: tab cleanup X-Git-Tag: v1.0.3~761 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c3ca04184482229ff60a77973a41d6045ffba2;p=thirdparty%2Ffreeswitch.git tab cleanup git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11173 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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);