diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index e6e556c989579467dc7471042fdf552a95ad1eb1..5ca651a8fcbf069a05d0219e67a300c436297fb4 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -155,7 +155,7 @@ static av_cold int iv_alloc_frames(Indeo3DecodeContext *s)
 /* ---------------------------------------------------------------------- */
 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);
 }