From f54b42736d63538b48d266902c07cb8563b1e0c3 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 17 May 2008 14:40:36 +0000 Subject: Cosmetics: indentation Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ra144.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ra144.c') diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c index 47293015f8..e30089406e 100644 --- a/libavcodec/ra144.c +++ b/libavcodec/ra144.c @@ -118,7 +118,7 @@ static void do_output_subblock(Real144_internal *glob, const unsigned short *gs } e = ((ftable1[b] >> 4) * gval) >> 8; - f=((ftable2[c] >> 4) * gval) >> 8; + f = ((ftable2[c] >> 4) * gval) >> 8; if (a) g = irms(buffer_a, gval) >> 12; -- cgit v1.2.3