diff libgsm.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents 26bf6f4e9945
children 0b546eab515d
line wrap: on
line diff
--- a/libgsm.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/libgsm.c	Sat Dec 17 18:14:38 2005 +0000
@@ -16,7 +16,7 @@
  * License along with this library; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
- 
+
 /**
  * @file libgsm.c
  * Interface to libgsm for gsm encoding/decoding
@@ -37,10 +37,10 @@
     avctx->block_align = GSM_BLOCK_SIZE;
 
     avctx->priv_data = gsm_create();
-    
+
     avctx->coded_frame= avcodec_alloc_frame();
     avctx->coded_frame->key_frame= 1;
-    
+
     return 0;
 }