]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
white space cleanup
authorBrian West <brian@freeswitch.org>
Sun, 27 Jan 2008 02:47:02 +0000 (02:47 +0000)
committerBrian West <brian@freeswitch.org>
Sun, 27 Jan 2008 02:47:02 +0000 (02:47 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7376 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_ilbc/mod_ilbc.c

index 682c629e27ab8dbd3579b32c6cd0eff6ee0d162f..063965410c5f3285ec6c4ffef34bcccb6a8aa628 100644 (file)
@@ -87,14 +87,12 @@ static switch_status_t switch_ilbc_init(switch_codec_t *codec, switch_codec_flag
        return SWITCH_STATUS_SUCCESS;
 }
 
-
 static switch_status_t switch_ilbc_destroy(switch_codec_t *codec)
 {
        codec->private_info = NULL;
        return SWITCH_STATUS_SUCCESS;
 }
 
-
 static switch_status_t switch_ilbc_encode(switch_codec_t *codec,
                                                                                  switch_codec_t *other_codec,
                                                                                  void *decoded_data,
@@ -179,7 +177,6 @@ static switch_status_t switch_ilbc_decode(switch_codec_t *codec,
        return SWITCH_STATUS_SUCCESS;
 }
 
-
 /* Registration */
 
 static switch_codec_implementation_t ilbc_8k_30ms_implementation = {
@@ -225,8 +222,6 @@ static switch_codec_implementation_t ilbc_8k_20ms_implementation = {
        /*.next */ &ilbc_8k_30ms_implementation
 };
 
-
-
 static switch_codec_implementation_t ilbc_102_8k_30ms_implementation = {
        /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
        /*.ianacode */ 102,
@@ -270,7 +265,6 @@ static switch_codec_implementation_t ilbc_102_8k_20ms_implementation = {
        /*.next */ &ilbc_102_8k_30ms_implementation
 };
 
-
 static switch_codec_implementation_t ilbc_8k_20ms_nonext_implementation = {
        /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
        /*.ianacode */ 97,
@@ -303,7 +297,6 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_ilbc_load)
 
        /* indicate that the module should continue to be loaded */
        return SWITCH_STATUS_SUCCESS;
-
 }
 
 /* For Emacs: