changeset 687:bc81990848aa libavutil

indent
author michael
date Mon, 09 Mar 2009 03:39:58 +0000
parents b084f8cd043f
children 91216685a7ae
files fifo.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fifo.c	Sun Mar 08 15:02:12 2009 +0000
+++ b/fifo.c	Mon Mar 09 03:39:58 2009 +0000
@@ -38,8 +38,8 @@
 void av_fifo_free(AVFifoBuffer *f)
 {
     if(f){
-    av_free(f->buffer);
-    av_free(f);
+        av_free(f->buffer);
+        av_free(f);
     }
 }