changeset 7954:4f462c128504 libavcodec

Indent.
author benoit
date Tue, 30 Sep 2008 11:55:40 +0000
parents edfe5fb802a3
children ade9fe6072ea
files indeo3.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/indeo3.c	Tue Sep 30 11:55:20 2008 +0000
+++ b/indeo3.c	Tue Sep 30 11:55:40 2008 +0000
@@ -155,7 +155,7 @@
 /* ---------------------------------------------------------------------- */
 static av_cold void iv_free_func(Indeo3DecodeContext *s)
 {
-      av_free(s->buf);
+  av_free(s->buf);
   av_free(s->ModPred);
   av_free(s->corrector_type);
 }