]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tab cleanup
authorKen Rice <krice@freeswitch.org>
Wed, 14 Jan 2009 00:00:01 +0000 (00:00 +0000)
committerKen Rice <krice@freeswitch.org>
Wed, 14 Jan 2009 00:00:01 +0000 (00:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11173 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_soundtouch/mod_soundtouch.cpp

index 803b24710720d0a18261b5f3c5a2f68bc7b962f3..326f305c29bedaffa6849b5ffdc275637691bd8e 100644 (file)
@@ -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);