diff ac3dec.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents 40765c51a7a9
children bfabfdf9ce55
line wrap: on
line diff
--- a/ac3dec.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/ac3dec.c	Sat Dec 17 18:14:38 2005 +0000
@@ -78,7 +78,7 @@
 
 #define HEADER_SIZE 7
 
-static int ac3_decode_frame(AVCodecContext *avctx, 
+static int ac3_decode_frame(AVCodecContext *avctx,
                             void *data, int *data_size,
                             uint8_t *buf, int buf_size)
 {