[Freeswitch-svn] [commit] r11173 - freeswitch/trunk/src/mod/applications/mod_soundtouch

FreeSWITCH SVN silik0n at freeswitch.org
Tue Jan 13 16:00:02 PST 2009


Author: silik0n
Date: Tue Jan 13 18:00:01 2009
New Revision: 11173

Log:
tab cleanup

Modified:
   freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp

Modified: freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp	(original)
+++ freeswitch/trunk/src/mod/applications/mod_soundtouch/mod_soundtouch.cpp	Tue Jan 13 18:00:01 2009
@@ -310,7 +310,7 @@
 
 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); 



More information about the Freeswitch-svn mailing list