[Freeswitch-svn] [commit] r13972 - freeswitch/trunk/contrib/jmesquita/mod_khomp

FreeSWITCH SVN raulfragoso at freeswitch.org
Thu Jun 25 20:37:09 PDT 2009


Author: raulfragoso
Date: Thu Jun 25 22:37:09 2009
New Revision: 13972

Log:
Replace tabs with spaces


Modified:
   freeswitch/trunk/contrib/jmesquita/mod_khomp/mod_khomp.cpp

Modified: freeswitch/trunk/contrib/jmesquita/mod_khomp/mod_khomp.cpp
==============================================================================
--- freeswitch/trunk/contrib/jmesquita/mod_khomp/mod_khomp.cpp	(original)
+++ freeswitch/trunk/contrib/jmesquita/mod_khomp/mod_khomp.cpp	Thu Jun 25 22:37:09 2009
@@ -1272,14 +1272,14 @@
         default:
             switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "New Event has just arrived on %u with untreated code: %x\n", obj, e->Code);
     }
-
+    
     return ksSuccess;
 }
 
 
 static void Kstdcall khomp_audio_listener (int32 deviceid, int32 mixer, byte * read_buffer, int32 read_size)
 {
-	switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "New audio buffer for deviceid %d, mixer %d, with size %d\n", deviceid, mixer, read_size);
+    switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "New audio buffer for deviceid %d, mixer %d, with size %d\n", deviceid, mixer, read_size);
 }
 
 /* For Emacs:



More information about the Freeswitch-svn mailing list