diff bmp.c @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents e5a10ae14ffb
children 0b546eab515d
line wrap: on
line diff
--- a/bmp.c	Sat Dec 17 11:31:56 2005 +0000
+++ b/bmp.c	Sat Dec 17 18:14:38 2005 +0000
@@ -42,7 +42,7 @@
     return 0;
 }
 
-static int bmp_decode_frame(AVCodecContext *avctx, 
+static int bmp_decode_frame(AVCodecContext *avctx,
                             void *data, int *data_size,
                             uint8_t *buf, int buf_size)
 {