From c2a14bd72ecaabbdc49ee2df3b8f9a87cd1624c5 Mon Sep 17 00:00:00 2001
From: Vitor Sessak <vitor1001@gmail.com>
Date: Sun, 1 Jun 2008 19:36:54 +0000
Subject: [PATCH] Cosmetics

Originally committed as revision 13608 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/ra144.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index 36308286ade..25cafb17a0e 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -298,7 +298,7 @@ static int eval_refl(const int16_t *coefs, int *refl)
 }
 
 static int interp(RA144Context *ractx, int16_t *decsp, int block_num,
-                int copynew, int energy)
+                  int copynew, int energy)
 {
     int work[10];
     int a = block_num + 1;
-- 
GitLab