From c900635fd98c4db74acdb48aa34e8db952a28327 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 9 Mar 2009 03:39:58 +0000 Subject: indent Originally committed as revision 17897 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavutil/fifo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavutil/fifo.c') diff --git a/libavutil/fifo.c b/libavutil/fifo.c index 57b229a4c4..f36dfeea6e 100644 --- a/libavutil/fifo.c +++ b/libavutil/fifo.c @@ -38,8 +38,8 @@ AVFifoBuffer *av_fifo_alloc(unsigned int size) void av_fifo_free(AVFifoBuffer *f) { if(f){ - av_free(f->buffer); - av_free(f); + av_free(f->buffer); + av_free(f); } } -- cgit v1.2.3