Commit c900635f authored by Michael Niedermayer's avatar Michael Niedermayer

indent

Originally committed as revision 17897 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6b4fab72
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment