[Freeswitch-svn] [commit] r7375 - freeswitch/trunk/src/mod/codecs/mod_speex

Freeswitch SVN brian at freeswitch.org
Sat Jan 26 21:45:25 EST 2008


Author: brian
Date: Sat Jan 26 21:45:25 2008
New Revision: 7375

Modified:
   freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c

Log:
white space cleanup

Modified: freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c	(original)
+++ freeswitch/trunk/src/mod/codecs/mod_speex/mod_speex.c	Sat Jan 26 21:45:25 2008
@@ -233,7 +233,6 @@
 	return SWITCH_STATUS_SUCCESS;
 }
 
-
 static switch_status_t switch_speex_destroy(switch_codec_t *codec)
 {
 	int encoding, decoding;
@@ -305,7 +304,6 @@
 	/*.next */ &speex_32k_implementation
 };
 
-
 static switch_codec_implementation_t speex_8k_60ms_implementation = {
 	/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
 	/*.ianacode */ 98,
@@ -351,7 +349,6 @@
 
 };
 
-
 static switch_codec_implementation_t speex_8k_30ms_implementation = {
 	/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
 	/*.ianacode */ 98,



More information about the Freeswitch-svn mailing list